diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-06 13:29:10 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-06 13:29:10 +0100 |
commit | 74b6205f03ecd85a7cc4d5443479bacdf56f8075 (patch) | |
tree | 418cc44c591541ff7bf8aa7e13237d5954fd896c | |
parent | 53e89fc98a7b6e96300fe1b9580037ae4a0e4329 (diff) | |
download | imagefish-74b6205f03ecd85a7cc4d5443479bacdf56f8075.tar.gz |
rhel update
-rwxr-xr-x | run-all.sh | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -25,14 +25,8 @@ fedora) sirius) # rebuild images export IMAGEFISH_DESTDIR="/vmdisk/hdd/imagefish" - - ./RHEL7-efi.sh 7.6 || exit 1 - ./RHEL7-efi.sh 7.7 || exit 1 - ./RHEL8-efi.sh 8.0.0 || exit 1 - ./RHEL8-efi.sh 8.1.0 || exit 1 - ./CentOS7-efi.sh || exit 1 - ./CentOS8-efi.sh 8 || exit 1 - ./CentOS8-efi.sh 8-stream || exit 1 + ./RHEL7-efi.sh 7.8 || exit 1 + ./RHEL8-efi.sh 8.2 || exit 1 ;; *) |