diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-29 12:34:59 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-29 12:34:59 +0100 |
commit | ece109b0cc6e015f8401c74f6f015cdf5f2b4167 (patch) | |
tree | 6c62799c51389af8d834185c22a725bc3c189d94 /run-all.sh | |
parent | eafcc068b330d551881e8a6b06de540d15d4475b (diff) | |
download | imagefish-ece109b0cc6e015f8401c74f6f015cdf5f2b4167.tar.gz |
fedora cfg
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |