updatebase.GRMLBASE: run recursive fcopy with -B to avoid backup files
authorMichael Prokop <mika@grml.org>
Sat, 26 Nov 2011 16:38:54 +0000 (17:38 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 26 Nov 2011 20:20:17 +0000 (21:20 +0100)
dpkg/apt complaines about backup files with suffix .pre_fcopy.

etc/grml/fai/config/hooks/updatebase.GRMLBASE

index c7f343c..4bed873 100755 (executable)
@@ -70,7 +70,7 @@ if ! [ -e ${target}/etc/udev/kernel-upgrade ] ; then
 fi
 
 # install all apt related files
-fcopy -v -r /etc/apt
+fcopy -B -v -r /etc/apt
 
 # install Grml gpg key:
 $ROOTCMD apt-key add /etc/apt/grml.key