aboutsummaryrefslogtreecommitdiffstats
path: root/run-all.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-29 12:34:59 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-29 12:34:59 +0100
commitece109b0cc6e015f8401c74f6f015cdf5f2b4167 (patch)
tree6c62799c51389af8d834185c22a725bc3c189d94 /run-all.sh
parenteafcc068b330d551881e8a6b06de540d15d4475b (diff)
downloadimagefish-ece109b0cc6e015f8401c74f6f015cdf5f2b4167.tar.gz
fedora cfg
Diffstat (limited to 'run-all.sh')
-rwxr-xr-xrun-all.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/run-all.sh b/run-all.sh
index 50b2e9e..9732585 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -14,13 +14,16 @@ arm-b64)
./Fedora-efi-grub2.sh $FVER || exit 1
# ./Fedora-efi-systemd.sh $FVER || exit 1
;;
+fedora)
+ # rebuild images
+ export IMAGEFISH_DESTDIR="$HOME/imagefish"
+ ./Fedora-efi-grub2.sh $FVER || exit 1
+ ./Fedora-efi-systemd.sh $FVER || exit 1
+
sirius)
# rebuild images
export IMAGEFISH_DESTDIR="/vmdisk/hdd/imagefish"
-# ./Fedora-efi-grub2.sh $FVER || exit 1
-# ./Fedora-efi-systemd.sh $FVER || exit 1
-
linux32 ./Fedora-efi-systemd.sh 30 || exit 1
./RHEL7-efi.sh 7.6 || exit 1