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 --- (limited to 'src/run/lilo/etc/lilo.conf.in') 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