Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions hooks/05-check-chroot.install
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand All @@ -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 ""
Expand All @@ -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 ""
Expand Down