[Fai-commit] r5474 - trunk/bin

Thomas Lange lange at alioth.debian.org
Tue Jul 21 18:45:35 UTC 2009


Author: lange
Date: 2009-07-21 18:45:34 +0000 (Tue, 21 Jul 2009)
New Revision: 5474

Modified:
   trunk/bin/make-fai-nfsroot
Log:
print message instead of verbose tar command


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2009-07-21 18:35:22 UTC (rev 5473)
+++ trunk/bin/make-fai-nfsroot	2009-07-21 18:45:34 UTC (rev 5474)
@@ -507,10 +507,11 @@
 echo "This may take a long time."
 
 if [ $sshpreserve = 1 ]; then
+    [ "$verbose" ] && echo "Preserving root/.ssh directory from inside the nfroot."
     # save old .ssh directory
     tmptar=$(mktemp) || exit 12
     # should we set the umask before? Does it influence the other parts?
-    tar -C $NFSROOT -cvf $tmptar root/.ssh
+    tar -C $NFSROOT -cf $tmptar root/.ssh
 fi
 
 # Kill the directory if not in recover mode




More information about the Fai-commit mailing list