mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
loongarch: grub: Remove insmod efi_uga
UGA is x86 specific and the module does not exist on other UEFI platforms.
This commit is contained in:
parent
d63f373f24
commit
5f2246f968
@ -188,7 +188,6 @@ insmod ext2
|
||||
set root=(hd0,2)
|
||||
|
||||
insmod efi_gop
|
||||
insmod efi_uga
|
||||
|
||||
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
|
||||
linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro
|
||||
|
Loading…
Reference in New Issue
Block a user