SVN: geninitrd/trunk/functions

hawk hawk at pld-linux.org
Mon Jul 16 16:22:54 CEST 2007


Author: hawk
Date: Mon Jul 16 16:22:54 2007
New Revision: 8681

Modified:
   geninitrd/trunk/functions
Log:
- check /dev/dm-*, /dev/mapper/* after checking LABEL=*, UUID=*


Modified: geninitrd/trunk/functions
==============================================================================
--- geninitrd/trunk/functions	(original)
+++ geninitrd/trunk/functions	Mon Jul 16 16:22:54 2007
@@ -53,6 +53,9 @@
 			rootdev=$dev
 		fi
 		;;
+	esac
+
+	case $rootdev in
 	/dev/dm-* | /dev/mapper/*)
 		local node
 		node=$(dm_lvm2_name "$rootdev") || exit


More information about the pld-cvs-commit mailing list