diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-27 21:21:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-27 21:21:55 +0200 |
commit | 2edaab25a35b1a0f531a292c2c8f3a01dc5c7b5d (patch) | |
tree | 0bf68ebe6e9c30772874e9b94f2973f91813d144 /run-all.sh | |
parent | bc5fab12bc3b75d360e3e84f3e25426edaf99180 (diff) | |
download | imagefish-2edaab25a35b1a0f531a292c2c8f3a01dc5c7b5d.tar.gz |
misc updates
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -15,14 +15,15 @@ arm-b64) ./CentOS8-efi.sh || exit 1 ;; -fedora) +sirius) # rebuild images - export IMAGEFISH_DESTDIR="$HOME/imagefish" + export IMAGEFISH_DESTDIR="/vmdisk/hdd/imagefish" ./Fedora-efi-grub2.sh || exit 1 ./Fedora-efi-systemd.sh || exit 1 + ./RHEL8-efi.sh 8.3 || exit 1 ;; -sirius) +sirius-el7) # rebuild images export IMAGEFISH_DESTDIR="/vmdisk/hdd/imagefish" ./RHEL7-efi.sh 7.8 || exit 1 |