commit | 9668097599aa5fb87351bc2263e06a1c24718d40 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sun Jan 05 00:02:34 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Thu Jan 16 00:25:21 2020 +0900 |
tree | fa342f24d89c00c5c1d9c80c561f6f2440975d4b | |
parent | 3e176683634cfc53dfc04366510d2989804554df [diff] |
initramfs: generate dependency list and cpio at the same time Currently, this script is run twice, for the dependency list, and then for the cpio archive. The first one is re-run every time although its build log is suppressed so nobody notices it. Make it work more efficiently by generating the cpio and the dependency list at the same time. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>