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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3C7E159C9B for ; Sun, 4 Aug 2024 07:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED0F0E2A76; Sun, 4 Aug 2024 07:30:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2527E2A76 for ; Sun, 4 Aug 2024 07:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DBF834068A for ; Sun, 4 Aug 2024 07:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703E01E87 for ; Sun, 4 Aug 2024 07:30:31 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1722756604.4fe379b9898caba13ed8fdc8c4d829b32f43fa06.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kernel-install.eclass X-VCS-Directories: eclass/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4fe379b9898caba13ed8fdc8c4d829b32f43fa06 X-VCS-Branch: master Date: Sun, 4 Aug 2024 07:30:31 +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: ada311ae-2532-4e49-8938-7e2d8f3aee0b X-Archives-Hash: 9463354acf360f3462939e2230b45d38 commit: 4fe379b9898caba13ed8fdc8c4d829b32f43fa06 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Aug 4 07:14:17 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Aug 4 07:30:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe379b9 kernel-install.eclass: fixup indentation Signed-off-by: Andrew Ammerlaan gentoo.org> eclass/kernel-install.eclass | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index 0a85bfb8629d..15b7cf739bc3 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -560,21 +560,21 @@ kernel-install_pkg_pretend() { ewarn "that distribution kernels will boot without an initramfs." ewarn ewarn "You have disabled the initramfs USE flag, and as a result the package manager" - ewarn "will not enforce the configuration of an initramfs generator in" - ewarn "sys-kernel/installkernel." - ewarn + ewarn "will not enforce the configuration of an initramfs generator in" + ewarn "sys-kernel/installkernel." + ewarn ewarn "If you wish to use a custom initramfs generator, then please ensure that" - ewarn "/sbin/installkernel is capable of calling it via a kernel installation hook," - ewarn "and is also configured to use it via /etc/kernel/install.conf." - ewarn - ewarn "If you wish to boot without an initramfs, then please ensure that" - ewarn "all kernel drivers required to boot your system are built into the" - ewarn "kernel by modifying the default distribution kernel configuration" - ewarn "using /etc/kernel/config.d" - ewarn + ewarn "/sbin/installkernel is capable of calling it via a kernel installation hook," + ewarn "and is also configured to use it via /etc/kernel/install.conf." + ewarn + ewarn "If you wish to boot without an initramfs, then please ensure that" + ewarn "all kernel drivers required to boot your system are built into the" + ewarn "kernel by modifying the default distribution kernel configuration" + ewarn "using /etc/kernel/config.d" + ewarn ewarn "Please refer to the installkernel and distribution kernel documentation:" ewarn " https://wiki.gentoo.org/wiki/Installkernel" - ewarn " https://wiki.gentoo.org/wiki/Project:Distribution_Kernel" + ewarn " https://wiki.gentoo.org/wiki/Project:Distribution_Kernel" fi }