diff options
Diffstat (limited to 'src/run/lilo/etc')
-rw-r--r-- | src/run/lilo/etc/lilo.conf.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in index 5e8b5dc..8c7959d 100644 --- a/src/run/lilo/etc/lilo.conf.in +++ b/src/run/lilo/etc/lilo.conf.in @@ -13,14 +13,9 @@ vga = normal image = /boot/vmlinuz label = "Default" read-write - append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_11x22" + append = "root=@ROOT@" image = /boot/vmlinuz.old label = "Old kernel" read-write - append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_11x22" - -image = /boot/vmlinuz - label = "Large font" - read-write - append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_16x32" + append = "root=@ROOT@" |