aboutsummaryrefslogtreecommitdiffstats
path: root/run-all.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-30 13:38:48 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-30 13:38:48 +0100
commit0733e6725b7bfe3b3487d8fd69a2a15474509506 (patch)
tree40cc76d4e39f3482b9ffa89207164806f1a0e41b /run-all.sh
parent7bd644839db869ae47130d0d8404cfa56bef6df0 (diff)
downloadimagefish-0733e6725b7bfe3b3487d8fd69a2a15474509506.tar.gz
f31 arm tweaks
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 d1bc273..7b1ddfd 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)