diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-30 13:38:48 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-30 13:38:48 +0100 |
commit | 0733e6725b7bfe3b3487d8fd69a2a15474509506 (patch) | |
tree | 40cc76d4e39f3482b9ffa89207164806f1a0e41b /run-all.sh | |
parent | 7bd644839db869ae47130d0d8404cfa56bef6df0 (diff) | |
download | imagefish-0733e6725b7bfe3b3487d8fd69a2a15474509506.tar.gz |
f31 arm tweaks
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,13 +7,13 @@ case "$(hostname --short)" in arm-b32 | cubietruck) # rebuild images ./Fedora-efi-armv7.sh $FVER || exit 1 -# ./Fedora-efi-grub2.sh $FVER || exit 1 + ./Fedora-efi-grub2.sh $FVER || exit 1 ;; arm-b64) # rebuild images ./Fedora-efi-grub2.sh $FVER || exit 1 -# ./Fedora-efi-systemd.sh $FVER || exit 1 + ./Fedora-efi-systemd.sh $FVER || exit 1 ;; fedora) |