SVN: geninitrd/trunk/geninitrd
    glen 
    glen at pld-linux.org
       
    Wed Oct 18 00:44:50 CEST 2006
    
    
  
Author: glen
Date: Wed Oct 18 00:44:50 2006
New Revision: 7863
Modified:
   geninitrd/trunk/geninitrd
Log:
More cosmetics.
Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd	(original)
+++ geninitrd/trunk/geninitrd	Wed Oct 18 00:44:50 2006
@@ -1183,6 +1183,7 @@
 		exit 1
 	fi
 
+	# AFAIR it just needs tmpfs on /dev.
 	if [ ! -x $MNTIMAGE/sbin/udev ]; then
 		echo "udev is needed on target initrd for dmraid to work!"
 		exit 1
@@ -1195,7 +1196,7 @@
 	mount -t sysfs none /sys
 	# 2 secs was enough for my system to initialize. but really this is udev issue?
 	usleep 2000000
-	echo 'Activating Device-Mapper RAID(s)'
+	: 'Activating Device-Mapper RAID(s)'
 	/sbin/dmraid -ay -i
 	umount /sys
 	umount /proc
    
    
More information about the pld-cvs-commit
mailing list