From 347c217a3f8c88d0356b9fdd30c04b9d9ce64399 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 19 Apr 2016 07:40:25 -0400 Subject: switch to mkinitramfs-based method --- initramfs-tools/modules | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 initramfs-tools/modules (limited to 'initramfs-tools/modules') diff --git a/initramfs-tools/modules b/initramfs-tools/modules new file mode 100644 index 0000000..dd9dc54 --- /dev/null +++ b/initramfs-tools/modules @@ -0,0 +1,11 @@ +# List of modules that you want to include in your initramfs. +# They will be loaded at boot time in the order below. +# +# Syntax: module_name [args ...] +# +# You must run update-initramfs(8) to effect this change. +# +# Examples: +# +# raid1 +# sd_mod -- cgit v1.2.3