From: Jeremy Linton <[email protected]> [redhat] configs: Sync aarch64 install behavior
The aarch64 'make install' behavior should match other arches and follow the kernel configuration whether make install is installing a compressed or uncompressed kernel. Previously on arm in order to actually install the PE that self decompresses it was necessarily to use 'make zinstall'. This should largely now be transparent to users, except that their kernel images are smaller if they weren't explicitly requesting this behavior before. Signed-off-by: Jeremy Linton <[email protected]> diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_COMPRESSED_INSTALL b/redhat/configs/common/generic/arm/aarch64/CONFIG_COMPRESSED_INSTALL new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_COMPRESSED_INSTALL @@ -0,0 +1 @@ +CONFIG_COMPRESSED_INSTALL=y diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_COMPRESSED_INSTALL b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_COMPRESSED_INSTALL deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_COMPRESSED_INSTALL +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_COMPRESSED_INSTALL is not set diff --git a/redhat/configs/rhel/generic/CONFIG_COMPRESSED_INSTALL b/redhat/configs/rhel/generic/CONFIG_COMPRESSED_INSTALL deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/CONFIG_COMPRESSED_INSTALL +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_COMPRESSED_INSTALL is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3415 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
