commit:     4fe379b9898caba13ed8fdc8c4d829b32f43fa06
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 07:14:17 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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
 }
 

Reply via email to