mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 14:22:14 +01:00
45 lines
971 B
Plaintext
45 lines
971 B
Plaintext
# configuration for extlinux config builder
|
|
|
|
# overwrite
|
|
# Overwrite current /boot/extlinux.conf. If this is not '1' we will only
|
|
# write to /boot/extlinux.conf.new
|
|
overwrite=1
|
|
|
|
# vesa_menu
|
|
# use fancy vesa menu (vesamenu.c32) menus, won't work with serial
|
|
vesa_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
|
|
|
|
# hidden
|
|
# if set to non-zero, the boot menu will be hidden by default.
|
|
hidden=1
|
|
|
|
# timeout
|
|
# number of seconds to wait before booting default
|
|
timeout=3
|
|
|
|
# default
|
|
# default kernel to boot
|
|
default=grsec
|
|
|
|
# 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
|