| boot.initrd.enable | Whether to enable the NixOS initial RAM disk (initrd)
|
| boot.initrd.postDeviceCommands | Shell commands to be executed immediately after stage 1 of the
boot has loaded kernel modules and created device nodes in
/dev.
|
| boot.initrd.compressor | The compressor to use on the initrd image
|
| boot.initrd.supportedFilesystems | Names of supported filesystem types, or an attribute set of file system types
and their state
|
| boot.initrd.availableKernelModules | The set of kernel modules in the initial ramdisk used during the
boot process
|
| boot.initrd.postMountCommands | Shell commands to be executed immediately after the stage 1
filesystems have been mounted.
|
| boot.initrd.checkJournalingFS | Whether to run fsck on journaling filesystems such as ext3.
|
| boot.initrd.extraFiles | Extra files to link and copy in to the initrd.
|
| boot.initrd.prepend | Other initrd files to prepend to the final initrd we are building.
|
| boot.initrd.extraFirmwarePaths | Other firmware files (relative to "${config.hardware.firmware}/lib/firmware") to include in the final initrd we are building.
|