aboutsummaryrefslogtreecommitdiffstats
path: root/features.d
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-05-14 10:14:29 -0500
committerTuan M. Hoang <tmhoang@flatglobe.org>2018-05-14 10:14:29 -0500
commit7f77e0b383330265be27f551b2e384a6a8648afa (patch)
tree8ab162ec9306e993e8db1b079a97b89cd44a66cf /features.d
parent9e1b472701fa1785989f6757243a3d81e97944f2 (diff)
downloadmkinitfs-7f77e0b383330265be27f551b2e384a6a8648afa.tar.bz2
mkinitfs-7f77e0b383330265be27f551b2e384a6a8648afa.tar.xz
initramfs-init: add disk and network detection on s390x
- Allow including dasd and qeth modules when building initramfs - Add detection for dasd and qeth devices from cmdline in init
Diffstat (limited to 'features.d')
-rw-r--r--features.d/dasd_mod.modules1
-rw-r--r--features.d/qeth.modules1
2 files changed, 2 insertions, 0 deletions
diff --git a/features.d/dasd_mod.modules b/features.d/dasd_mod.modules
new file mode 100644
index 0000000..ce843c5
--- /dev/null
+++ b/features.d/dasd_mod.modules
@@ -0,0 +1 @@
+kernel/drivers/s390/block/dasd*
diff --git a/features.d/qeth.modules b/features.d/qeth.modules
new file mode 100644
index 0000000..bb5c320
--- /dev/null
+++ b/features.d/qeth.modules
@@ -0,0 +1 @@
+kernel/drivers/s390/net/qeth*