From 17ae8935d3242308e8b504856a9ca0c0bec144a3 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 15 Jan 2021 03:35:49 -0500 Subject: lilo: Drop fbcon font arguments --- diff --git a/changelog b/changelog index b5ec90e..00e489a 100644 --- a/changelog +++ b/changelog @@ -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 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@" -- cgit v0.9.1