Revision 971a3e68 snf-image-host/xen-common.sh

b/snf-image-host/xen-common.sh
32 32

  
33 33
    xm create /dev/null \
34 34
      kernel="$HELPER_DIR/kernel" ramdisk="$HELPER_DIR/initrd" \
35
      root="/dev/xvda1" memory="256" boot="c" vcpus=1 name="$name" \
35
      root="/dev/xvda1" memory="$HELPER_MEMORY" boot="c" vcpus=1 name="$name" \
36 36
      extra="console=hvc0 hypervisor=$HYPERVISOR snf_image_activate_helper \
37 37
	  ipv6.disable=1 rules_dev=/dev/xvdc ro boot=local helper_ip=10.0.0.1 \
38 38
          monitor_port=48888 init=/usr/bin/snf-image-helper" \

Also available in: Unified diff