summaryrefslogtreecommitdiffstats
path: root/main/syslinux/update-extlinux.conf
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-09-03 00:27:50 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-09-03 00:27:50 -0500
commit2879013b96ec401b65200e652b5e81c0468d4489 (patch)
treed635984022507f89882f151a5c8c664883c30b30 /main/syslinux/update-extlinux.conf
parent600b2cccb98253eb249d66cc55b574a9f1694c04 (diff)
downloadaports-fcolista-2879013b96ec401b65200e652b5e81c0468d4489.tar.bz2
aports-fcolista-2879013b96ec401b65200e652b5e81c0468d4489.tar.xz
main/syslinux: detect xen
Diffstat (limited to 'main/syslinux/update-extlinux.conf')
-rw-r--r--main/syslinux/update-extlinux.conf5
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