mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-07 17:52:10 +01:00
HDT provides a curses-like interface to display lots of hardware info about your machine at bootloader time. We don't install /boot/hdt.c32, but if it's present (it can be copied from /usr/share/syslinux/hdt.c32), we add a menu entry for it---in preference to, rather than in addition to, memtest, since HDT has a menu entry which invokes memtest. Using HDT to its full capacity requires finding or generating modules.pcimap and pci.ids files for your machine, and installing them in /boot. We might want to document this, which I don't here (but the online docs for HDT do). These aren't required to use other functionality of HDT; and it's pretty useful already without those.
52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
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
|
|
|
|
# if you copy /usr/share/syslinux/reboot.c32 to /boot/, a menu entry will be auto-generated for it
|
|
|
|
# if you copy /usr/share/syslinux/hdt.c32 to /boot/, a menu entry will be auto-generated for it
|
|
|
|
# if you download and install /boot/memtest, then if HDT is present it will use it, else a separate
|
|
# menu entry will be auto-generated for memtest
|