mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
da3c9bb3c5
Signed-off-by: Leah Rowe <leah@libreboot.org>
8 lines
149 B
INI
8 lines
149 B
INI
set prefix=(memdisk)/boot/grub
|
|
|
|
if [ -f (cbfsdisk)/grub.cfg ]; then
|
|
source (cbfsdisk)/grub.cfg
|
|
else
|
|
source (memdisk)/boot/grub/grub_default.cfg
|
|
fi
|