aboutsummaryrefslogtreecommitdiffstats
path: root/run-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-all.sh')
-rwxr-xr-xrun-all.sh11
1 files changed, 5 insertions, 6 deletions
diff --git a/run-all.sh b/run-all.sh
index bd3ce5f..f58b813 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -1,26 +1,25 @@
#!/bin/sh
BASE="$(dirname $0)"
-FVER="31"
case "$(hostname --short)" in
arm-b32 | cubietruck)
# rebuild images
- ./Fedora-efi-grub2.sh $FVER || exit 1
+ ./Fedora-efi-grub2.sh || exit 1
;;
arm-b64)
# rebuild images
- ./Fedora-efi-grub2.sh $FVER || exit 1
-# ./Fedora-efi-systemd.sh $FVER || exit 1
+ ./Fedora-efi-grub2.sh || exit 1
+# ./Fedora-efi-systemd.sh || exit 1
./CentOS8-efi.sh || exit 1
;;
fedora)
# rebuild images
export IMAGEFISH_DESTDIR="$HOME/imagefish"
- ./Fedora-efi-grub2.sh $FVER || exit 1
- ./Fedora-efi-systemd.sh $FVER || exit 1
+ ./Fedora-efi-grub2.sh || exit 1
+ ./Fedora-efi-systemd.sh || exit 1
;;
sirius)