commit | f26661e1276537f5adda440a37e2a2c694147781 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sun Jan 05 00:02:32 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Tue Jan 14 10:42:44 2020 +0900 |
tree | f4c236b490ebd38d73ca0e26886efa4f902bbd6b | |
parent | ddd09bcc899fd374fe5567d9c35894a304f9e492 [diff] |
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>