aboutsummaryrefslogtreecommitdiffstats
path: root/run-all.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-06-14 17:05:12 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-06-14 17:05:12 +0200
commit0dbf1fd955ca34175d140e45e846011bf5858fa7 (patch)
treea7b9a3f139a3110bac5781af79e46ae37ff89c1d /run-all.sh
parentcebd06d64b4ec930445f285b5d3297f988cd79d1 (diff)
downloadimagefish-0dbf1fd955ca34175d140e45e846011bf5858fa7.tar.gz
add workstation
Diffstat (limited to 'run-all.sh')
-rwxr-xr-xrun-all.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/run-all.sh b/run-all.sh
index 24ae154..b63603b 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -25,6 +25,11 @@ nilsson)
linux32 ./F25-efi-grub2.sh || exit 1
linux32 ./F25-efi-systemd.sh || exit 1
;;
+sirius)
+ # rebuild images
+ export IMAGEFISH_DESTDIR="/vmdisk/hdd/imagefish"
+ ./RHEL73-efi.sh || exit 1
+ ;;
*)
echo "unknown host, don't know what to do"
exit 1