grub2: fix missed vga= consistency adjustment
Gbp-Dch: Ignore
This commit is contained in:
parent
6ebac9cc5b
commit
1892f97ce6
|
@ -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@
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue