From 7f77e0b383330265be27f551b2e384a6a8648afa Mon Sep 17 00:00:00 2001 From: "Tuan M. Hoang" Date: Mon, 14 May 2018 10:14:29 -0500 Subject: 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 --- features.d/dasd_mod.modules | 1 + 1 file changed, 1 insertion(+) create mode 100644 features.d/dasd_mod.modules (limited to 'features.d/dasd_mod.modules') 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* -- cgit v1.2.3