[Fai-commit] r6766 - trunk/lib
    Thomas Lange 
    lange at alioth.debian.org
       
    Sun Oct 23 10:55:24 UTC 2011
    
    
  
Author: lange
Date: 2011-10-23 10:55:24 +0000 (Sun, 23 Oct 2011)
New Revision: 6766
Modified:
   trunk/lib/subroutines
Log:
ignore no matching class when using ftar for basefiles/
Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2011-10-23 10:52:37 UTC (rev 6765)
+++ trunk/lib/subroutines	2011-10-23 10:55:24 UTC (rev 6766)
@@ -821,7 +821,7 @@
     echo "Unpacking Debian base archive"
     # remember, ftar extracts into $FAI_ROOT by default, so / means $FAI_ROOT/
     # copy the base file class based if it exists
-    [ -d $FAI/basefiles ] && ftar -1v -s $FAI/basefiles /
+    [ -d $FAI/basefiles ] && ftar -1vi -s $FAI/basefiles /
     if [ $? -ne 0 ]; then
 	if [ $do_init_tasks -eq 1 ]; then
 	    ftar -1v -c base -s /var/tmp /
    
    
More information about the Fai-commit
mailing list