diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 10:06:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 10:06:55 +0200 |
commit | c4fe41e9d664a07eb61bc0165d09c854b47a0047 (patch) | |
tree | 639e8b004148e940cc66e379584d90bb9aa8171b /run-all.sh | |
parent | cf1fe498b16d1edc913d2e7286004c49dae487dc (diff) | |
download | imagefish-c4fe41e9d664a07eb61bc0165d09c854b47a0047.tar.gz |
start f26 images
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -28,7 +28,11 @@ nilsson) sirius) # rebuild images export IMAGEFISH_DESTDIR="/vmdisk/hdd/imagefish" - ./RHEL73-efi.sh || exit 1 +# ./RHEL73-efi.sh || exit 1 +# ./Fedora-efi-grub2.sh 25 || exit 1 + ./Fedora-efi-systemd.sh 25 || exit 1 +# ./Fedora-efi-grub2.sh 26 || exit 1 + ./Fedora-efi-systemd.sh 26 || exit 1 ;; *) echo "unknown host, don't know what to do" |