From 030074f318949f5af03df9d69b25d8b5fb7bc9c1 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 5 Jul 2017 13:17:40 +0200 Subject: update run-all.sh --- run-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run-all.sh') diff --git a/run-all.sh b/run-all.sh index ef69c39..6c618b7 100755 --- a/run-all.sh +++ b/run-all.sh @@ -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 ;; -- cgit