[Fai-commit] r4675 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Sat Nov 10 13:52:42 UTC 2007


Author: lange
Date: 2007-11-10 13:52:42 +0000 (Sat, 10 Nov 2007)
New Revision: 4675

Modified:
   trunk/lib/get-config-dir-nfs
Log:
add -n to mount


Modified: trunk/lib/get-config-dir-nfs
===================================================================
--- trunk/lib/get-config-dir-nfs	2007-11-10 13:41:40 UTC (rev 4674)
+++ trunk/lib/get-config-dir-nfs	2007-11-10 13:52:42 UTC (rev 4675)
@@ -10,5 +10,5 @@
 server=$(expr match "$FAI_CONFIG_SRC" '.*://\([^/]*\)/.*')
 nfspath=$(expr match "$FAI_CONFIG_SRC" '.*://[^/]*\(/.*\)')
 
-mount $romountopt $server:$nfspath $FAI &&
+mount -n $romountopt $server:$nfspath $FAI &&
   echo "Configuration space $server:$nfspath mounted to $FAI"




More information about the Fai-commit mailing list