diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-15 11:57:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-15 11:57:55 (EDT) |
commit | 71245b2742deb511220408e15ea6c1f912daad10 (patch) | |
tree | a02ec72913d2b0d3214bb95c321ce6e83d6c7713 | |
parent | bded049b919650606bc2642b049553bbd68b2a31 (diff) |
lilo: Drop part num after "@ROOT@"
"@ROOT@" will already be a partition.
-rw-r--r-- | src/run/lilo/etc/lilo.conf.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in index 34509c8..d8ff7b4 100644 --- a/src/run/lilo/etc/lilo.conf.in +++ b/src/run/lilo/etc/lilo.conf.in @@ -9,18 +9,18 @@ vga = normal image = /boot/vmlinuz label = "ProteanOS 1.0" - root = @ROOT@1 + root = @ROOT@ read-write append = "fbcon=font:MPLUS_1M_REGULAR_11x22" image = /boot/vmlinuz.old label = "ProteanOS 1.0 ~" - root = @ROOT@1 + root = @ROOT@ read-write append = "fbcon=font:MPLUS_1M_REGULAR_11x22" image = /boot/vmlinuz label = "ProteanOS 1.0 +" - root = @ROOT@1 + root = @ROOT@ read-write append = "fbcon=font:MPLUS_1M_REGULAR_16x32" |