OSDN Git Service

initramfs: make initramfs compression choice non-optional
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 Jan 2020 15:02:32 +0000 (00:02 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 14 Jan 2020 01:42:44 +0000 (10:42 +0900)
commitf26661e1276537f5adda440a37e2a2c694147781
treef4c236b490ebd38d73ca0e26886efa4f902bbd6b
parentddd09bcc899fd374fe5567d9c35894a304f9e492
initramfs: make initramfs compression choice non-optional

Currently, the choice of the initramfs compression mode is too complex
because users are allowed to not specify the compression mode at all.

I think it makes more sense to require users to choose the compression
mode explicitly, and delete the fallback defaults of INITRAMFS_COMPRESSION.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
usr/Kconfig