commit: c172974ab5b22137b74096d937cd9d0f8ed866bd
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 15:17:56 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 15:17:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c172974a
Provide full path for grub-install
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
targets/support/qcow2-installation.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/targets/support/qcow2-installation.sh
b/targets/support/qcow2-installation.sh
index 68dd781b..17f32aa6 100755
--- a/targets/support/qcow2-installation.sh
+++ b/targets/support/qcow2-installation.sh
@@ -5,5 +5,5 @@ source /tmp/chroot-functions.sh
# basic system setup
# now we install grub into the future EFI partition
-grub-install --verbose --no-floppy --efi-directory=/boot --removable
--skip-fs-probe \
+/usr/sbin/grub-install --verbose --no-floppy --efi-directory=/boot --removable
--skip-fs-probe \
--no-nvram --no-bootsector --target=x86_64-efi || die "grub-install
failed"