diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-12-10 07:10:13 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-12-10 07:10:13 +0100 |
commit | 4c7d91c35fab2ace00f2657f9bab5e50644b3445 (patch) | |
tree | d933213fd63d8200dcd3fc8a7705e633aff15f62 /run-all.sh | |
parent | fff8e5a181b1c0d1f8b819fc821709894e39cbf6 (diff) | |
download | imagefish-4c7d91c35fab2ace00f2657f9bab5e50644b3445.tar.gz |
need armv7 script still
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +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-grub2.sh 29 || exit 1 + ./Fedora-efi-armv7.sh 29 || exit 1 +# ./Fedora-efi-grub2.sh 29 || exit 1 ;; arm-b64) # rebuild images |