initramfs.conf
configuration file for mkinitramfs
- Provided by: initramfs-tools-core (Version: 0.130ubuntu3.13)
- Source: initramfs-tools
- Report a bug
configuration file for mkinitramfs
The behaviour of mkinitramfs can be modified by its configuration file.
Each line in the file can be a configuration variable, a blank line, or a comment. The value of an variable is assigned by an statement of the form: name=[value]
Configuration options can be broken out into configuration snippets and placed in individual files in the /etc/initramfs-tools/conf.d directory. Files in this directory are always read after the main configuration file, so you can override the settings in the main config file without editing it directly.
Modules listed in /etc/initramfs-tools/modules and /usr/share/initramfs-tools/modules.d/* are always included in the initramfs, and are loaded early in the boot process.
list doesn't load any additional modules at boot time, other than those listed in the above files.
most adds most file system, all ata, sata, scsi and usb drivers.
dep tries to guess which modules are necessary for the running box and only adds those modules.
netboot adds the base and network modules, but skips block devices.
The default setting is most.
An empty value - compcache isn't used, or added to the initramfs at all.
An integer and K (e.g. 65536 K) - use a number of kilobytes.
An integer and M (e.g. 256 M) - use a number of megabytes.
An integer and G (e.g. 1 G) - use a number of gigabytes.
An integer and % (e.g. 50 %) - use a percentage of the amount of RAM.
You can optionally install the compcache package to configure this setting via debconf and have userspace scripts to load and unload compcache.
The initramfs-tools are written by Maximilian Attems <maks@debian.org>, Jeff Bailey <jbailey@raspberryginger.com> and numerous others. Loosely based on mkinitrd.conf by Herbert Xu.