From 2879013b96ec401b65200e652b5e81c0468d4489 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 3 Sep 2011 00:27:50 -0500 Subject: main/syslinux: detect xen --- main/syslinux/update-extlinux.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/syslinux/update-extlinux.conf') diff --git a/main/syslinux/update-extlinux.conf b/main/syslinux/update-extlinux.conf index 17a47f22ca..c64988b793 100644 --- a/main/syslinux/update-extlinux.conf +++ b/main/syslinux/update-extlinux.conf @@ -29,3 +29,8 @@ verbose=0 # hidden # if set to non-zero, the boot menu will be hidden by default. hidden=1 + +# xen_opts +# options to hand to xen hypervisor, useful ones are: +# dom0_mem=256M (give domain-0 environment 256M ram) +xen_opts=dom0_mem=256M -- cgit v1.2.3