From 0dbf1fd955ca34175d140e45e846011bf5858fa7 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 14 Jun 2017 17:05:12 +0200 Subject: add workstation --- run-all.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'run-all.sh') 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 -- cgit