commit: 13611461754cb0e974d5a2f0d926c970cc2bdb1f
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 3 16:20:22 2019 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 16:20:22 2019 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=13611461
loopback is required, be sure to fail if it does
targets/support/create-iso.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 1b0f05e1..8338e301 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -261,7 +261,7 @@ case ${clst_hostarch} in
mkdir
"${clst_target_path}/gentoo.efimg.mountPoint"
echo "Mounting FAT16 loopback file"
mount -t vfat -o loop
"${clst_target_path}/gentoo.efimg" \
-
"${clst_target_path}/gentoo.efimg.mountPoint"
+
"${clst_target_path}/gentoo.efimg.mountPoint" || die "Failed to mount EFI image
file"
echo "Populating EFI image file from
${clst_target_path}/boot/EFI"
cp -rv "${clst_target_path}"/boot/EFI/ \