[arch-commits] Commit in linux/trunk (linux.install)

Thomas Bächler thomas at archlinux.org
Tue Nov 1 12:46:40 UTC 2011


    Date: Tuesday, November 1, 2011 @ 08:46:39
  Author: thomas
Revision: 141657

linux: Tom think the instructions to recover might fail. Don't provide any.

Modified:
  linux/trunk/linux.install

---------------+
 linux.install |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: linux.install
===================================================================
--- linux.install	2011-11-01 10:26:35 UTC (rev 141656)
+++ linux.install	2011-11-01 12:46:39 UTC (rev 141657)
@@ -46,9 +46,8 @@
 
   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
 




More information about the arch-commits mailing list