asterinas/build/grub/grub.cfg.embedded

8 lines
186 B
Plaintext

search.fs_label grub root
if [ -e /boot/grub/grub.cfg ]; then
set prefix=($root)/boot/grub
configfile /boot/grub/grub.cfg
else
echo "Could not find a configuration file!"
fi