From 874eb96c8e6fd17d8ecf91bb5ca52f951d4904b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Tue, 1 Nov 2011 12:46:39 +0000 Subject: [PATCH] linux: Tom think the instructions to recover might fail. Don't provide any. --- linux.install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/linux.install b/linux.install index d3886a8..edb998c 100644 --- a/linux.install +++ b/linux.install @@ -46,9 +46,8 @@ post_upgrade() { if grep "^[^#]*[[:space:]]/boot" etc/fstab 2>&1 >/dev/null; then if ! grep "[[:space:]]/boot" etc/mtab 2>&1 >/dev/null; then - echo "WARNING: /boot appears to be a seperate partition but is not mounted" - echo " This is most likely not what you want. Please mount your /boot" - echo " partition and reinstall the kernel unless you are sure this is OK" + echo "WARNING: /boot appears to be a seperate partition but is not mounted." + echo " You probably just broke your system. Congratulations." fi fi