diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-11-04 11:51:22 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-11-04 11:51:22 +0100 |
commit | 16ff12d635f7b773215701714891491e379a489e (patch) | |
tree | e508dd79eb1d51f6fae575c1b1b0d0e4e34ecca9 /run-all.sh | |
parent | 00349ef90e4ced5bd844d26772e3f69aa28a7575 (diff) | |
download | imagefish-16ff12d635f7b773215701714891491e379a489e.tar.gz |
misc minor tweaks
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ case "$(hostname --short)" in arm-b32 | cubietruck) # rebuild images # ./Fedora-rpi32.sh 29 || exit 1 - ./Fedora-efi-armv7.sh 29 || exit 1 +# ./Fedora-efi-armv7.sh 29 || exit 1 + ./Fedora-efi-grub2.sh 29 || exit 1 ;; arm-b64) # rebuild images |