mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
makeInitrdNG: fixup contents
documentation (#341082)
Let's not let the perfect be the enemy of the drive-by contribution.
This commit is contained in:
commit
fa26d1fe93
@ -37,9 +37,9 @@ in
|
||||
, extension ? _compressorMeta.extension or
|
||||
(throw "Unrecognised compressor ${_compressorName}, please specify filename extension")
|
||||
|
||||
# List of { object = path_or_derivation; symlink = "/path"; }
|
||||
# List of { source = path_or_derivation; target = "/path"; }
|
||||
# The paths are copied into the initramfs in their nix store path
|
||||
# form, then linked at the root according to `symlink`.
|
||||
# form, then linked at the root according to `target`.
|
||||
, contents
|
||||
|
||||
# List of uncompressed cpio files to prepend to the initramfs. This
|
||||
|
Loading…
Reference in New Issue
Block a user