[Fai-commit] r6696 - trunk/bin
    Thomas Lange 
    lange at alioth.debian.org
       
    Thu Oct 20 15:23:12 UTC 2011
    
    
  
Author: lange
Date: 2011-10-20 15:23:12 +0000 (Thu, 20 Oct 2011)
New Revision: 6696
Modified:
   trunk/bin/make-fai-nfsroot
Log:
ignore error
Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2011-10-20 15:21:19 UTC (rev 6695)
+++ trunk/bin/make-fai-nfsroot	2011-10-20 15:23:12 UTC (rev 6696)
@@ -202,7 +202,7 @@
 
     # copy to nfsroot
     $ROOTCMD usermod -p "$FAI_ROOTPW" root
-    mkdir $NFSROOT/etc/fai # create empty directory
+    mkdir -p $NFSROOT/etc/fai # create empty directory
     return # do not copy fai files at all
 
  
    
    
More information about the Fai-commit
mailing list