diff options
-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" |