diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-09-03 00:27:50 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-09-03 00:27:50 -0500 |
commit | 2879013b96ec401b65200e652b5e81c0468d4489 (patch) | |
tree | d635984022507f89882f151a5c8c664883c30b30 /main/syslinux/update-extlinux.conf | |
parent | 600b2cccb98253eb249d66cc55b574a9f1694c04 (diff) | |
download | aports-2879013b96ec401b65200e652b5e81c0468d4489.tar.bz2 aports-2879013b96ec401b65200e652b5e81c0468d4489.tar.xz |
main/syslinux: detect xen
Diffstat (limited to 'main/syslinux/update-extlinux.conf')
-rw-r--r-- | main/syslinux/update-extlinux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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 |