From 49ab3da02b746303cc17aaf97cca56a92902dfe3 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 6 Nov 2020 10:07:24 +0100 Subject: drop fedora version --- run-all.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'run-all.sh') 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) -- cgit