diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-06 10:07:24 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-06 10:07:24 +0100 |
commit | 49ab3da02b746303cc17aaf97cca56a92902dfe3 (patch) | |
tree | 8d673cca0fb0f9b6d51a7020648947d597dbe81a /run-all.sh | |
parent | baca71070805b346f37d7ee5c8a2cf5456d07a8c (diff) | |
download | imagefish-49ab3da02b746303cc17aaf97cca56a92902dfe3.tar.gz |
drop fedora version
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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) |