aboutsummaryrefslogtreecommitdiffstats
path: root/run-all.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-12-02 14:40:15 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-12-02 14:40:15 +0100
commit8e3b92ff9f24c67fcfee9a0a1434c03583bf18f6 (patch)
tree434239918bb35888d1674601641ceba0eccd1e5b /run-all.sh
parentb67ebebb35e71c5aeaab5320918e30537f472f72 (diff)
downloadimagefish-8e3b92ff9f24c67fcfee9a0a1434c03583bf18f6.tar.gz
f31 comment broken arm
Diffstat (limited to 'run-all.sh')
-rwxr-xr-xrun-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-all.sh b/run-all.sh
index 7b1ddfd..d1bc273 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -7,13 +7,13 @@ case "$(hostname --short)" in
arm-b32 | cubietruck)
# rebuild images
./Fedora-efi-armv7.sh $FVER || exit 1
- ./Fedora-efi-grub2.sh $FVER || exit 1
+# ./Fedora-efi-grub2.sh $FVER || exit 1
;;
arm-b64)
# rebuild images
./Fedora-efi-grub2.sh $FVER || exit 1
- ./Fedora-efi-systemd.sh $FVER || exit 1
+# ./Fedora-efi-systemd.sh $FVER || exit 1
;;
fedora)