summaryrefslogtreecommitdiffstats
path: root/lilo/lilo.conf
blob: 518abad09a17a33be060c113777be9c551fd7437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# /etc/lilo.conf: lilo(8) configuration, see lilo.conf(5)
#

lba32
install=text
boot=/dev/#DEVICE#
image=/boot/vmlinuz
        label=CRUX
        root=/dev/#ROOT_DEVICE#
        read-only
        append="quiet"

# End of file