From cf1fe498b16d1edc913d2e7286004c49dae487dc Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 29 Jun 2017 09:29:30 +0200 Subject: rename fedora scripts, add version as argument --- run-all.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'run-all.sh') diff --git a/run-all.sh b/run-all.sh index b63603b..4b06e04 100755 --- a/run-all.sh +++ b/run-all.sh @@ -5,25 +5,25 @@ BASE="$(dirname $0)" case "$(hostname --short)" in arm-b32 | cubietruck) # rebuild images - ./F25-rpi32.sh || exit 1 - ./F25-efi-armv7.sh || exit 1 + ./Fedora-rpi32.sh || exit 1 + ./Fedora-efi-armv7.sh || exit 1 ;; arm-b64) # rebuild images - ./F25-rpi64-fedora.sh || exit 1 - ./F25-rpi64-kraxel.sh || exit 1 - ./F25-efi-grub2.sh || exit 1 -# ./F25-efi-systemd.sh || exit 1 + ./Fedora-rpi64-fedora.sh || exit 1 + ./Fedora-rpi64-kraxel.sh || exit 1 + ./Fedora-efi-grub2.sh || exit 1 +# ./Fedora-efi-systemd.sh || exit 1 ;; nilsson) # rebuild images export IMAGEFISH_DESTDIR="/vmdisk/ext/imagefish" ./RHEL73-efi.sh || exit 1 ./CentOS7-efi.sh || exit 1 - ./F25-efi-grub2.sh || exit 1 - ./F25-efi-systemd.sh || exit 1 - linux32 ./F25-efi-grub2.sh || exit 1 - linux32 ./F25-efi-systemd.sh || exit 1 + ./Fedora-efi-grub2.sh || exit 1 + ./Fedora-efi-systemd.sh || exit 1 + linux32 ./Fedora-efi-grub2.sh || exit 1 + linux32 ./Fedora-efi-systemd.sh || exit 1 ;; sirius) # rebuild images -- cgit