diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | src/run/lilo/etc/lilo.conf.in | 9 |
2 files changed, 4 insertions, 7 deletions
@@ -8,6 +8,8 @@ config-x60 (2.8) trunk * config-linux-libre-4.19-x60: Disable ACPI PCI Hotplug driver and IBM extensions (fixes "acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed" error at boot). + * config-lilo: Drop fbcon font arguments (M+ 1mn fonts were disabled + in version 2.6). -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 14 Jan 2021 00:27:49 -0500 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@" |