Skip to content
Snippets Groups Projects
Commit 042f3996 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

contrib: add early grub config

parent e56404d1
No related branches found
No related tags found
No related merge requests found
if [ -z "$prefix" -o ! -e "$prefix" ]; then
if ! search --file --set=root /.disk/info; then
search --file --set=root /.disk/mini-info
set prefix=($root)/boot/grub
if [ -e $prefix/x86_64-efi/grub.cfg ]; then
source $prefix/x86_64-efi/grub.cfg
else
source $prefix/grub.cfg
/boot/grub
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment