1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

makeInitrdNG: fixup contents documentation

This commit is contained in:
Aaron Andersen 2024-09-10 15:31:48 -04:00 committed by GitHub
parent 71f26fb4b1
commit c7bb47aac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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