diff options
Diffstat (limited to 'main/syslinux/update-extlinux.conf')
-rw-r--r-- | main/syslinux/update-extlinux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/syslinux/update-extlinux.conf b/main/syslinux/update-extlinux.conf index 1a5f7b310c..1dddff2263 100644 --- a/main/syslinux/update-extlinux.conf +++ b/main/syslinux/update-extlinux.conf @@ -15,7 +15,7 @@ default_kernel_opts=quiet # modules # modules which should be loaded before pivot_root -modules=sd-mod,usb-storage,ext3 +modules=sd-mod,usb-storage,ext4 # root # root device - if not specified, will be guessed using @@ -48,8 +48,8 @@ serial_baud=115200 # 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 +# dom0_mem=384M (give domain-0 environment 384M ram) +xen_opts=dom0_mem=384M # if you copy /usr/share/syslinux/reboot.c32 to /boot/, a menu entry # will be auto-generated for it |