[Fai-commit] r4613 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Tue Oct 9 15:49:55 UTC 2007


Author: lange
Date: 2007-10-09 15:49:55 +0000 (Tue, 09 Oct 2007)
New Revision: 4613

Modified:
   trunk/lib/mount2dir
Log:
add support for UUID and LABEL


Modified: trunk/lib/mount2dir
===================================================================
--- trunk/lib/mount2dir	2007-10-09 15:15:01 UTC (rev 4612)
+++ trunk/lib/mount2dir	2007-10-09 15:49:55 UTC (rev 4613)
@@ -73,7 +73,7 @@
     case $device in
 	""|\#*) continue ;;
 
-	/dev/*)
+	/dev/*|LABEL=*|UUID=*)
 
 	    # overwrite mount options
 	    mopt="-o $mopt"




More information about the Fai-commit mailing list