SVN: geninitrd/trunk/mod-md.sh

arekm arekm at pld-linux.org
Thu Jan 27 21:55:53 CET 2011


Author: arekm
Date: Thu Jan 27 21:55:52 2011
New Revision: 12095

Modified:
   geninitrd/trunk/mod-md.sh
Log:
By default rootdev_new is the same as rootdev.

Modified: geninitrd/trunk/mod-md.sh
==============================================================================
--- geninitrd/trunk/mod-md.sh	(original)
+++ geninitrd/trunk/mod-md.sh	Thu Jan 27 21:55:52 2011
@@ -51,7 +51,7 @@
 			found = "no";
 			dev_list = "";
 			raidlevel = ""
-			rootdev_new = ""
+			rootdev_new = rootdev
 			rootdev_alias = rootdev;
 			# alternative name: normalize from /dev/md/X to /dev/mdX
 			if (rootdev_alias ~ /\/dev\/md\/[0-9]+/) {


More information about the pld-cvs-commit mailing list