aboutsummaryrefslogtreecommitdiffstats
path: root/main/syslinux/extlinux.conf
blob: 5894b4ab3ce2baf8100ff09b6e59ff9ddca5d7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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