aboutsummaryrefslogtreecommitdiffstats
path: root/run-all.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-29 10:52:48 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-29 10:52:48 +0100
commit84049aec2171b4cb3862ab7be018c7d8d5bf0111 (patch)
tree59bb14f48bcb70bbfd49e3f924c09c6876534df0 /run-all.sh
parentc349b8177fa690f5e66e6904e29127f3a29454db (diff)
downloadimagefish-84049aec2171b4cb3862ab7be018c7d8d5bf0111.tar.gz
f30 32bit, centos8
Diffstat (limited to 'run-all.sh')
-rwxr-xr-xrun-all.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/run-all.sh b/run-all.sh
index 3f6c76e..9a9dcb9 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -21,7 +21,7 @@ sirius)
# ./Fedora-efi-grub2.sh $FVER || exit 1
# ./Fedora-efi-systemd.sh $FVER || exit 1
-# linux32 ./Fedora-efi-grub2.sh $FVER || exit 1
+ linux32 ./Fedora-efi-grub2.sh 30 || exit 1
linux32 ./Fedora-efi-systemd.sh 30 || exit 1
./RHEL7-efi.sh 7.6 || exit 1
@@ -29,6 +29,7 @@ sirius)
./RHEL8-efi.sh 8.0.0 || exit 1
./RHEL8-efi.sh 8.1.0 || exit 1
./CentOS7-efi.sh || exit 1
+ ./CentOS8-efi.sh || exit 1
;;
*)
echo "unknown host, don't know what to do"