summaryrefslogtreecommitdiffstats
path: root/src/run/lilo/etc/lilo.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/run/lilo/etc/lilo.conf.in')
-rw-r--r--src/run/lilo/etc/lilo.conf.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in
index d8ff7b4..5a8f7ca 100644
--- a/src/run/lilo/etc/lilo.conf.in
+++ b/src/run/lilo/etc/lilo.conf.in
@@ -9,18 +9,15 @@ vga = normal
image = /boot/vmlinuz
label = "ProteanOS 1.0"
- root = @ROOT@
read-write
- append = "fbcon=font:MPLUS_1M_REGULAR_11x22"
+ append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_11x22"
image = /boot/vmlinuz.old
label = "ProteanOS 1.0 ~"
- root = @ROOT@
read-write
- append = "fbcon=font:MPLUS_1M_REGULAR_11x22"
+ append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_11x22"
image = /boot/vmlinuz
label = "ProteanOS 1.0 +"
- root = @ROOT@
read-write
- append = "fbcon=font:MPLUS_1M_REGULAR_16x32"
+ append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_16x32"