aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-12 16:56:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-12 20:21:13 +0000
commit14583c099de7e5a505e5c60ad3e9dcf685adc20a (patch)
tree189911fe28e24376c22eb3a576ca8afbf4edeb0d
parenta9278b3f6d37d2f10bbc60d128b1c832673201fc (diff)
downloadaports-14583c099de7e5a505e5c60ad3e9dcf685adc20a.tar.bz2
aports-14583c099de7e5a505e5c60ad3e9dcf685adc20a.tar.xz
scripts/mkimg.netboot.sh: add armhf, ppc64le and x86
-rwxr-xr-xscripts/mkimg.netboot.sh2
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=""