Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
grub-efi: Remove $cmdpath from configuration for for grub-mkimage
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hatina <peter@hatina.eu>
  • Loading branch information
phatina authored and jiazhang0 committed Oct 29, 2021
1 parent 3fa3fc6 commit 5fcb2f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ EOF
> ${WORKDIR}/cfg
fi
cat<<EOF>>${WORKDIR}/cfg
search.file (\$cmdpath)${GRUB_PREFIX_DIR}/grub.cfg root
search.file ${GRUB_PREFIX_DIR}/grub.cfg root
set prefix=(\$root)${GRUB_PREFIX_DIR}
EOF
}
Expand Down

0 comments on commit 5fcb2f0

Please sign in to comment.