commit | 99ab52101ce8d3e19fe20614d718e8f006cc3c8a | [log] [tgz] |
---|---|---|
author | Vincent Donnefort <vdonnefort@google.com> | Wed Jan 04 10:33:18 2023 +0000 |
committer | Vincent Donnefort <vdonnefort@google.com> | Mon Jan 09 09:31:14 2023 +0000 |
tree | d7cea46d8e13b5307109c2bb7b935b581298d4df | |
parent | c29713530232d4258a05d4811172a926e7085f31 [diff] |
mkbootfs: Add support for a dev node list file Let mkbootfs create a list of dev nodes and directories, based on a file: $ mkbootfs -n node_file initramfs/ > initramfs.cpio This file is following the same format as the kernel usr/ cpio list: $ cat node_file # My device nodes dir dev 0755 0 0 nod dev/null 0600 0 0 c 1 5 Bug: 254835242 Change-Id: Ieb75b1d1026a9426581b6f2b3aa692a05722ba0d