make-initrd-ng: document wrapped file behavior

This commit is contained in:
Lily Foster 2023-02-20 07:02:55 -05:00
parent 4df8f9a2f8
commit d01bc6f9cb
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

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