]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
gen_initramfs.sh: always output cpio even without -o option
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 Jan 2020 15:02:36 +0000 (00:02 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 15 Jan 2020 15:25:22 +0000 (00:25 +0900)
commit469e87e89fd61de804bd29f6dd0380a399b567a7
tree1e162c1bae28775fa94946451e1bf4350b878c5f
parent4538f41305c3f2c35463c996663dbf6307030ad7
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>
usr/gen_initramfs.sh