diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-15 03:35:49 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-15 03:35:49 (EST) |
commit | 17ae8935d3242308e8b504856a9ca0c0bec144a3 (patch) | |
tree | f3e4e516a8e0fba584aefda3ed9fa54c90dacc55 /src/run/lilo/etc | |
parent | a1917ca8d78179cb08e053f1e50a8b11049834b8 (diff) |
lilo: Drop fbcon font arguments
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@" |