-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
I want to construct a erofs with files from the host system (take Dracut as use-case). Currently I have to create a directory and copy all files into it to map their path to a path in the erofs. Then I can call mkfs.erofs to create an erofs. Copying the files is one extra step that I like to avoid.
Please support generating an erofs from a manifest/pack-file. Other projects that have this support:
- 3cpio supports a manifest file: https://github.com/bdrung/3cpio/blob/main/man/3cpio.1.adoc#manifest
- mksquashfs (from squashfs-tools >= 4.5) support a pseudo file: https://manpages.debian.org/unstable/squashfs-tools/mksquashfs.1.en.html#PSEUDO_FILE_DEFINITION_FORMAT
- gensquashfs (from squashfs-tools-ng) support a pack file: https://manpages.debian.org/trixie/squashfs-tools-ng/gensquashfs.1.en.html#PACK_FILE_FORMAT
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels