From 1892f97ce608b84fd1860fb97e0164c0efbf1922 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Fri, 1 May 2020 22:35:05 +0100 Subject: [PATCH] grub2: fix missed vga= consistency adjustment Gbp-Dch: Ignore --- share/bootloaders/grub-pc/install_start_text.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/bootloaders/grub-pc/install_start_text.cfg b/share/bootloaders/grub-pc/install_start_text.cfg index eb3af3fa9..33da222b3 100644 --- a/share/bootloaders/grub-pc/install_start_text.cfg +++ b/share/bootloaders/grub-pc/install_start_text.cfg @@ -1,4 +1,4 @@ menuentry 'Start installer' --hotkey=i { - linux @KERNEL_DI@ vga=normal @APPEND_INSTALL@ --- quiet + linux @KERNEL_DI@ vga=788 @APPEND_INSTALL@ --- quiet initrd @INITRD_DI@ }