mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
/usr/share/initramfs-tools/modules looks like it could be a live configuration file, but it is not. Add a short comment to the file, then strip it when copying to /etc/initramfs-tools. Closes: #752789 Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
15 lines
357 B
Plaintext
15 lines
357 B
Plaintext
### 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
|