mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-09 23:49:43 +00: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
|
||||
set root=(hd0,2)
|
||||
|
||||
insmod all_video
|
||||
|
||||
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
|
||||
linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro
|
||||
}</literal>
|
||||
|
Loading…
Reference in New Issue
Block a user