summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit17ae8935d3242308e8b504856a9ca0c0bec144a3 (patch)
treef3e4e516a8e0fba584aefda3ed9fa54c90dacc55
parenta1917ca8d78179cb08e053f1e50a8b11049834b8 (diff)
lilo: Drop fbcon font arguments
-rw-r--r--changelog2
-rw-r--r--src/run/lilo/etc/lilo.conf.in9
2 files changed, 4 insertions, 7 deletions
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 <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@"