commit | 469e87e89fd61de804bd29f6dd0380a399b567a7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sun Jan 05 00:02:36 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Thu Jan 16 00:25:22 2020 +0900 |
tree | 1e162c1bae28775fa94946451e1bf4350b878c5f | |
parent | 4538f41305c3f2c35463c996663dbf6307030ad7 [diff] |
gen_initramfs.sh: always output cpio even without -o option Currently, this script outputs a cpio file when -o option is given, but otherwise a text file in the format recognized by gen_init_cpio. This behavior is unclear. Make it always output a cpio file. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>