aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-02-27 17:27:17 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-02-27 17:27:17 +0100
commit20ece0ae20dbdfca5646b1a3d842f82f473ffac2 (patch)
tree190c8abb96c2fd51a0ca22ba76e696309e592c97
parentc29a59f92a4253cba17fa8a2e03106538307a8a0 (diff)
downloadimagefish-20ece0ae20dbdfca5646b1a3d842f82f473ffac2.tar.gz
rename efi to efi-grub2, more
-rwxr-xr-xrun-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-all.sh b/run-all.sh
index 4208e8e..5b98891 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -17,12 +17,12 @@ arm-b64)
# rebuild images
./F25-rpi64-fedora.sh || exit 1
./F25-rpi64-kraxel.sh || exit 1
- ./F25-efi.sh || exit 1
+ ./F25-efi-grub2.sh || exit 1
;;
nilsson)
# rebuild images
./RHEL73-efi.sh || exit 1
- ./F25-efi.sh || exit 1
+ ./F25-efi-grub2.sh || exit 1
;;
*)
echo "unknown host, don't know what to do"