forked from mirrors/nixpkgs
make-initrd-ng: document wrapped file behavior
This commit is contained in:
parent
4df8f9a2f8
commit
d01bc6f9cb
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue