summary refs log tree commit diff
path: root/pkgs/build-support/kernel
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-02-20 07:02:55 -0500
committerLily Foster <lily@lily.flowers>2023-02-20 07:02:55 -0500
commitd01bc6f9cb7b0b1851fdd80ab45eaccc07e9730d (patch)
tree32458f7ba10ec700c3dce71a6cfb65fa229c2b6a /pkgs/build-support/kernel
parent4df8f9a2f82c85a8c2ef64362cef5a3cec695dbb (diff)
downloadnixpkgs-d01bc6f9cb7b0b1851fdd80ab45eaccc07e9730d.tar
nixpkgs-d01bc6f9cb7b0b1851fdd80ab45eaccc07e9730d.tar.gz
nixpkgs-d01bc6f9cb7b0b1851fdd80ab45eaccc07e9730d.tar.bz2
nixpkgs-d01bc6f9cb7b0b1851fdd80ab45eaccc07e9730d.tar.lz
nixpkgs-d01bc6f9cb7b0b1851fdd80ab45eaccc07e9730d.tar.xz
nixpkgs-d01bc6f9cb7b0b1851fdd80ab45eaccc07e9730d.tar.zst
nixpkgs-d01bc6f9cb7b0b1851fdd80ab45eaccc07e9730d.zip
make-initrd-ng: document wrapped file behavior
Diffstat (limited to 'pkgs/build-support/kernel')
-rw-r--r--pkgs/build-support/kernel/make-initrd-ng/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/build-support/kernel/make-initrd-ng/README.md b/pkgs/build-support/kernel/make-initrd-ng/README.md
index 741eba67e43..d92b7eab7fe 100644
--- a/pkgs/build-support/kernel/make-initrd-ng/README.md
+++ b/pkgs/build-support/kernel/make-initrd-ng/README.md
@@ -38,6 +38,9 @@ object is copied depends on its type.
    - If it is *also* an ELF file, then all of its direct shared
      library dependencies are also listed as objects to be copied.
 
+   - If an unwrapped file exists as `.[filename]-wrapped`, then it is
+     also listed as an object to be copied.
+
 2. A directory's direct children are listed as objects to be copied,
    and a directory at the same absolute path in the initrd is created.