SVN: geninitrd/trunk/functions

arekm arekm at pld-linux.org
Mon Mar 7 11:00:52 CET 2011


Author: arekm
Date: Mon Mar  7 11:00:52 2011
New Revision: 12196

Modified:
   geninitrd/trunk/functions
Log:
Better error msg.

Modified: geninitrd/trunk/functions
==============================================================================
--- geninitrd/trunk/functions	(original)
+++ geninitrd/trunk/functions	Mon Mar  7 11:00:52 2011
@@ -97,7 +97,7 @@
 	fi
 
 	if [ ! -r "$rootdev" ]; then
-		echo >&2 "$function: can't find real device for $rootdev"
+		echo >&2 "$function: rootfs device file $rootdev doesn't exist"
 		return 1
 	fi
 


More information about the pld-cvs-commit mailing list