aboutsummaryrefslogtreecommitdiffstats
path: root/run-all.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-06-29 10:06:55 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-06-29 10:06:55 +0200
commitc4fe41e9d664a07eb61bc0165d09c854b47a0047 (patch)
tree639e8b004148e940cc66e379584d90bb9aa8171b /run-all.sh
parentcf1fe498b16d1edc913d2e7286004c49dae487dc (diff)
downloadimagefish-c4fe41e9d664a07eb61bc0165d09c854b47a0047.tar.gz
start f26 images
Diffstat (limited to 'run-all.sh')
-rwxr-xr-xrun-all.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/run-all.sh b/run-all.sh
index 4b06e04..fc76913 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -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"