diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:45:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:45:07 +0000 |
commit | 3b043b08c9b52424072db56be6636ff44c737e83 (patch) | |
tree | d64185acc33a046c8bb297641a16b01ec167eaa5 /conf/modules | |
parent | Initial commit. (diff) | |
download | initramfs-tools-upstream/0.142.tar.xz initramfs-tools-upstream/0.142.zip |
Adding upstream version 0.142.upstream/0.142upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | conf/modules | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/modules b/conf/modules new file mode 100644 index 0000000..a229e4d --- /dev/null +++ b/conf/modules @@ -0,0 +1,14 @@ +### This file is the template for /etc/initramfs-tools/modules. +### It is not a configuration file itself. +### +# 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 |