diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-12 16:56:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-12 20:21:13 +0000 |
commit | 14583c099de7e5a505e5c60ad3e9dcf685adc20a (patch) | |
tree | 189911fe28e24376c22eb3a576ca8afbf4edeb0d | |
parent | a9278b3f6d37d2f10bbc60d128b1c832673201fc (diff) | |
download | aports-14583c099de7e5a505e5c60ad3e9dcf685adc20a.tar.bz2 aports-14583c099de7e5a505e5c60ad3e9dcf685adc20a.tar.xz |
scripts/mkimg.netboot.sh: add armhf, ppc64le and x86
-rwxr-xr-x | scripts/mkimg.netboot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimg.netboot.sh b/scripts/mkimg.netboot.sh index 09fe52c18f..12dd2a6bdd 100755 --- a/scripts/mkimg.netboot.sh +++ b/scripts/mkimg.netboot.sh @@ -9,7 +9,7 @@ profile_netboot() { desc="Kernel, initramfs and modloop for netboot. " - arch="aarch64 x86_64 s390x" + arch="aarch64 armhf ppc64le x86 x86_64 s390x" kernel_cmdline="nomodeset" kernel_flavors="vanilla" apks="" |