mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
arm64: grub: Remove insmod efi_uga
UGA is x86 specific and the module does not exist on other UEFI
platforms.
(cherry picked from commit 5f2246f968
)
This commit is contained in:
parent
6f6182a1b4
commit
ffc94a57d4
@ -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