From ece109b0cc6e015f8401c74f6f015cdf5f2b4167 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 29 Nov 2019 12:34:59 +0100 Subject: fedora cfg --- run-all.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'run-all.sh') 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 -- cgit