diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-12-02 14:40:15 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-12-02 14:40:15 +0100 |
commit | 8e3b92ff9f24c67fcfee9a0a1434c03583bf18f6 (patch) | |
tree | 434239918bb35888d1674601641ceba0eccd1e5b /run-all.sh | |
parent | b67ebebb35e71c5aeaab5320918e30537f472f72 (diff) | |
download | imagefish-8e3b92ff9f24c67fcfee9a0a1434c03583bf18f6.tar.gz |
f31 comment broken arm
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) |