From 87ef7a289cbac76b3915ed0da47db8ecb85e06a7 Mon Sep 17 00:00:00 2001 From: Sylvain BERTRAND Date: Sun, 2 Sep 2018 17:34:48 +0000 Subject: [PATCH] linux 4.19 support --- 4.19 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 4.19 diff --git a/4.19 b/4.19 new file mode 100644 index 0000000..11793d4 --- /dev/null +++ b/4.19 @@ -0,0 +1,11 @@ +#Those are the modules needed to find our root filesystem can be. For a live +#system, this should be most hardware block drivers without forgetting usb +#mass storage (may need usb attached scsi) +HW_MODULES=ahci +#those modules are "disk" drivers which uses their respective "bus" drivers +#(sd_mod->scsi, usb-storaye->usb...) +DISK_MODULES=sd_mod,usb-storage +#the modules of filesystems we want to include in our initramfs +#WARNING:the soft dep of ext4 on crypto crc32c is not handled, you must add the +#module which registers the crc32c algo manually +FS_MODULES=ext4 -- 2.11.4.GIT