pkgsrc/sysutils/lilo/files/lilo.conf.example
reed 0cc93da3cb Import new package from pkgsrc-wip: lilo
LILO is the Linux boot loader. It includes combined boot sector,
generic chain loader, map installer, and a simple boot partition setter.
LILO allows booting from multiple disks, and can have menus for choosing
different boot images. LILO is also able to pass command-line options
to the Linux kernel.

LILO does not depend on a specific file system, can boot Linux kernel
images from floppy disks and from hard disks, and can even act as a
"boot manager" for other operating systems.

LILO should be ran whenever any part of the system that it knows about
changes, e.g. after installing a new kernel.
2008-03-08 00:46:23 +00:00

13 lines
223 B
Text

# etc/lilo.conf: Sample LILO boot loader configuration.
boot=/dev/hda1
root=/dev/hda1
compact
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
image=/vmlinuz
root=/dev/hda1
label=Linux
read-only