aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-06-11 22:55:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-12 07:36:35 +0000
commita601b97581fea8663be49798c1b5214feed4a548 (patch)
tree1bd40daeb6cffab84b3bd15bb70a639adaa36d04 /scripts
parent09fbccd0e67b9482371e4e2ac2dacdcf41f8506d (diff)
downloadaports-a601b97581fea8663be49798c1b5214feed4a548.tar.bz2
aports-a601b97581fea8663be49798c1b5214feed4a548.tar.xz
scripts/mkimg.netboot: add dasd and qeth modules for initramfs
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkimg.netboot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mkimg.netboot.sh b/scripts/mkimg.netboot.sh
index 459cb14890..7e3a72466b 100755
--- a/scripts/mkimg.netboot.sh
+++ b/scripts/mkimg.netboot.sh
@@ -18,6 +18,7 @@ profile_netboot() {
image_ext="tar.gz"
case "$ARCH" in
x86_64) kernel_flavors="$kernel_flavors virt";;
+ s390x) initfs_features="$initfs_features dasd_mod qeth";;
esac
}