diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-06-11 00:02:11 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-06-11 00:02:11 -0500 |
commit | cddf77d67884c0c62ebbdfb9f0f0d2ae018f1c80 (patch) | |
tree | 2b0f06b3e0271805e8dc4188c5aa3737dee4c84e /main/syslinux/extlinux.conf | |
parent | 04bcbc0e40e51345ae68b3743ce5dcdfa6144da4 (diff) | |
download | aports-cddf77d67884c0c62ebbdfb9f0f0d2ae018f1c80.tar.bz2 aports-cddf77d67884c0c62ebbdfb9f0f0d2ae018f1c80.tar.xz |
main/syslinux: dynamically generate /boot/extlinux.conf using a trigger on /boot
Diffstat (limited to 'main/syslinux/extlinux.conf')
-rw-r--r-- | main/syslinux/extlinux.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/main/syslinux/extlinux.conf b/main/syslinux/extlinux.conf new file mode 100644 index 0000000000..5894b4ab3c --- /dev/null +++ b/main/syslinux/extlinux.conf @@ -0,0 +1,22 @@ +# configuration for extlinux config builder + +# fancy_menu +# use fancy vesa menu (vesamenu.c32) menus, won't work with serial +fancy_menu=0 + +# default_kernel_opts +# default kernel options +default_kernel_opts=quiet + +# modules +# modules which should be loaded before pivot_root +modules=sd-mod,usb-storage,ext3 + +# root +# root device - if not specified, will be guessed using +# blkid -o export /dev/root +root= + +# verbose +# if set to non-zero, update-extlinux will be a lot more verbose. +verbose=0 |