mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +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)
|
set root=(hd0,2)
|
||||||
|
|
||||||
insmod efi_gop
|
insmod efi_gop
|
||||||
insmod efi_uga
|
|
||||||
|
|
||||||
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
|
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
|
||||||
linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro
|
linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro
|
||||||
|
Loading…
Reference in New Issue
Block a user