diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 09:29:30 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 09:29:30 +0200 |
commit | cf1fe498b16d1edc913d2e7286004c49dae487dc (patch) | |
tree | e7d7e9be946f0688a57d09feeba3d66b034471f6 /run-all.sh | |
parent | a214be050e94ed4ec6f9430d2cb12163b00741c2 (diff) | |
download | imagefish-cf1fe498b16d1edc913d2e7286004c49dae487dc.tar.gz |
rename fedora scripts, add version as argument
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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 |