diff --git a/hooks/05-check-chroot.install b/hooks/05-check-chroot.install index 5b782a6..fb1a167 100644 --- a/hooks/05-check-chroot.install +++ b/hooks/05-check-chroot.install @@ -76,6 +76,9 @@ if [ "$(stat -c %d:%i /)" != "$(stat -c %d:%i /proc/1/root/.)" ]; then echo "/etc/cmdline.d/. Or set the kernel_cmdline in a dracut" echo "configuration file." echo "" + echo "For more information see:" + echo "https://wiki.gentoo.org/wiki/Installkernel#Install_chroot_check" + echo "" echo "Override this check with:" echo " touch /etc/kernel/preinst.d/05-check-chroot.install" echo "" @@ -92,6 +95,9 @@ if [ "$(stat -c %d:%i /)" != "$(stat -c %d:%i /proc/1/root/.)" ]; then echo "" echo "Please specify a command line to use in /etc/kernel/cmdline." echo "" + echo "For more information see:" + echo "https://wiki.gentoo.org/wiki/Installkernel#Install_chroot_check" + echo "" echo "Override this check with:" echo " touch /etc/kernel/preinst.d/05-check-chroot.install" echo "" @@ -108,6 +114,9 @@ if [ "$(stat -c %d:%i /)" != "$(stat -c %d:%i /proc/1/root/.)" ]; then echo "Please specify a command line to use in /etc/kernel/cmdline" echo "or set the Cmdline= option in /etc/kernel/uki.conf." echo "" + echo "For more information see:" + echo "https://wiki.gentoo.org/wiki/Installkernel#Install_chroot_check" + echo "" echo "Override this check with:" echo " touch /etc/kernel/preinst.d/05-check-chroot.install" echo ""