diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-07-05 13:17:40 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-07-05 13:17:40 +0200 |
commit | 030074f318949f5af03df9d69b25d8b5fb7bc9c1 (patch) | |
tree | 071ac12f8bf4ac42746a35631d9c3de020ddfadb /run-all.sh | |
parent | c9593d31bfc3824f9fa630a79d44cd1225757f47 (diff) | |
download | imagefish-030074f318949f5af03df9d69b25d8b5fb7bc9c1.tar.gz |
update run-all.sh
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ arm-b64) # rebuild images # ./Fedora-rpi64-fedora.sh 26 || exit 1 ./Fedora-rpi64-kraxel.sh 26 || exit 1 -# ./Fedora-efi-grub2.sh 26 || exit 1 + ./Fedora-efi-grub2.sh 25 || exit 1 ;; sirius) # rebuild images @@ -21,7 +21,7 @@ sirius) ./RHEL74-efi.sh || exit 1 ./CentOS7-efi.sh || exit 1 -# linux32 ./Fedora-efi-systemd.sh 26 || exit 1 + linux32 ./Fedora-efi-systemd.sh 25 || exit 1 ./Fedora-efi-grub2.sh 26 || exit 1 ./Fedora-efi-systemd.sh 26 || exit 1 ;; |