grub2: fix missed vga= consistency adjustment

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-05-01 22:35:05 +01:00
parent 6ebac9cc5b
commit 1892f97ce6
1 changed files with 1 additions and 1 deletions

View File

@ -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@
}