summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-08-04 09:14:17 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-08-04 09:30:04 +0200
commit4fe379b9898caba13ed8fdc8c4d829b32f43fa06 (patch)
tree79f80a68d86afaabed9a638b805fad7945d98370
parentsec-keys/openpgp-keys-libmicrohttpd: Stabilize 201906 ppc64, #937137 (diff)
downloadgentoo-4fe379b9898caba13ed8fdc8c4d829b32f43fa06.tar.gz
gentoo-4fe379b9898caba13ed8fdc8c4d829b32f43fa06.tar.bz2
gentoo-4fe379b9898caba13ed8fdc8c4d829b32f43fa06.zip
kernel-install.eclass: fixup indentation
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--eclass/kernel-install.eclass24
1 files 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
}