aboutsummaryrefslogtreecommitdiffstats
path: root/run-all.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-05-27 21:21:55 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-05-27 21:21:55 +0200
commit2edaab25a35b1a0f531a292c2c8f3a01dc5c7b5d (patch)
tree0bf68ebe6e9c30772874e9b94f2973f91813d144 /run-all.sh
parentbc5fab12bc3b75d360e3e84f3e25426edaf99180 (diff)
downloadimagefish-2edaab25a35b1a0f531a292c2c8f3a01dc5c7b5d.tar.gz
misc updates
Diffstat (limited to 'run-all.sh')
-rwxr-xr-xrun-all.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/run-all.sh b/run-all.sh
index 3439c1a..169a9a6 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -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