mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 13:19:20 +01:00
arm64: Add "insmod all_video" into grub.cfg
It's needed for simpledrm to work properly before the GPU driver is loaded.
This commit is contained in:
parent
bec0516979
commit
0ebfdf7e73
@ -214,6 +214,8 @@ set timeout=5
|
|||||||
insmod ext2
|
insmod ext2
|
||||||
set root=(hd0,2)
|
set root=(hd0,2)
|
||||||
|
|
||||||
|
insmod all_video
|
||||||
|
|
||||||
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
|
||||||
}</literal>
|
}</literal>
|
||||||
|
Loading…
Reference in New Issue
Block a user