]> Git Repo - buildroot-mgba.git/commit
fs/cpio: new option to use dracut tool
authorThierry Bultel <[email protected]>
Mon, 15 Aug 2022 11:17:09 +0000 (13:17 +0200)
committerYann E. MORIN <[email protected]>
Thu, 18 Aug 2022 20:49:39 +0000 (22:49 +0200)
commitd8f0ec7a468c30d401b2e51e4bbfe985997f8e0c
tree521b8cc8b1743c18814b5c37cfab701cb4fa134c
parent87f4900826bd4387a098fdb9a003e66a0ca057c8
fs/cpio: new option to use dracut tool

Adds an option to invoke the dracut host tool, providing
a configuration file, instead of having a full cpio archive
of the whole target directory.

A default configuration file is provided. It assumes busybox init.
ideally, a different default should be used in case of systemd init, but
that's left for future work.

Signed-off-by: Thierry Bultel <[email protected]>
[[email protected]: many changes]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
[[email protected]: some additional fixups]
Signed-off-by: Yann E. MORIN <[email protected]>
fs/cpio/Config.in
fs/cpio/cpio.mk
fs/cpio/dracut.conf [new file with mode: 0644]
This page took 0.034466 seconds and 4 git commands to generate.