core/lilo/lilo.conf
2006-02-23 15:26:10 +00:00

15 lines
216 B
Plaintext

#
# /etc/lilo.conf: lilo(8) configuration, see lilo.conf(5)
#
lba32
install=text
boot=/dev/#DEVICE#
image=/vmlinuz
label=CRUX
root=/dev/#ROOT_DEVICE#
read-only
append="quiet"
# End of file