From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BEB3138350 for ; Tue, 14 Jan 2020 01:36:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 279F7E097A; Tue, 14 Jan 2020 01:36:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFE2CE0975 for ; Tue, 14 Jan 2020 01:36:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B98A634E061 for ; Tue, 14 Jan 2020 01:36:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F8D2A9 for ; Tue, 14 Jan 2020 01:36:26 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1578867465.f9be31c0da7e7ec5b842a16ed6805ae66c0a1ca2.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_configkernel.sh X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f9be31c0da7e7ec5b842a16ed6805ae66c0a1ca2 X-VCS-Branch: master Date: Tue, 14 Jan 2020 01:36:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d41a7f08-57e6-4197-86a9-4cff5ca85cd4 X-Archives-Hash: 22a1b7e2b1d64a0016eb9d43314a1c91 commit: f9be31c0da7e7ec5b842a16ed6805ae66c0a1ca2 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jan 12 21:59:59 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jan 12 22:17:45 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f9be31c0 gen_configkernel.sh: config_kernel(): Make sure kernel supports set initramfs compression method Signed-off-by: Thomas Deutschmann gentoo.org> gen_configkernel.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gen_configkernel.sh b/gen_configkernel.sh index ea7701f..d651b0c 100755 --- a/gen_configkernel.sh +++ b/gen_configkernel.sh @@ -301,6 +301,9 @@ config_kernel() { print_info 2 "$(get_indent 1)>> CONFIG_INITRAMFS_SOURCE is already set; Unsetting to avoid clashing with --integrated-initramfs ..." kconfig_set_opt "${KERNEL_OUTPUTDIR}/.config" "CONFIG_INITRAMFS_SOURCE" "" fi + elif isTrue "${COMPRESS_INITRD}" + then + set_initramfs_compression_method "${KERNEL_OUTPUTDIR}/.config" fi # Force this on if we are using --genzimage