[Fai-commit] r5628 - in trunk: debian lib

Thomas Lange lange at alioth.debian.org
Fri Oct 30 11:05:57 UTC 2009


Author: lange
Date: 2009-10-30 11:05:57 +0000 (Fri, 30 Oct 2009)
New Revision: 5628

Modified:
   trunk/debian/changelog
   trunk/lib/get-config-dir-nfs
Log:
get-config-dir-nfs: remove -n when mounting

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-10-30 10:50:25 UTC (rev 5627)
+++ trunk/debian/changelog	2009-10-30 11:05:57 UTC (rev 5628)
@@ -106,6 +106,7 @@
     no method is defined
   * get-config-dir, fai: set FAI to local path, if FAI_CONFIG_SRC is of
     type file: (closes: #481137)
+  * get-config-dir-nfs: remove -n when mounting
   * fai-setup: add advertisement for FAI questionnaire
     set default for $SERVERINTERFACE
   * README: upgrade info about mailing list, add info about questionnaire

Modified: trunk/lib/get-config-dir-nfs
===================================================================
--- trunk/lib/get-config-dir-nfs	2009-10-30 10:50:25 UTC (rev 5627)
+++ trunk/lib/get-config-dir-nfs	2009-10-30 11:05:57 UTC (rev 5628)
@@ -10,6 +10,6 @@
 server=$(expr match "$FAI_CONFIG_SRC" '.*://\([^/]*\)/.*')
 nfspath=$(expr match "$FAI_CONFIG_SRC" '.*://[^/]*\(/.*\)')
 
-mount -n $romountopt $server:$nfspath $FAI &&
+mount $romountopt $server:$nfspath $FAI &&
   echo "Configuration space $server:$nfspath mounted to $FAI"
 task_error 701 $?




More information about the Fai-commit mailing list