From 2861f16a0d24d2c7f6a7f43abf6710fae3dbc286 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 26 Nov 2011 17:38:54 +0100 Subject: [PATCH] updatebase.GRMLBASE: run recursive fcopy with -B to avoid backup files dpkg/apt complaines about backup files with suffix .pre_fcopy. --- etc/grml/fai/config/hooks/updatebase.GRMLBASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/grml/fai/config/hooks/updatebase.GRMLBASE b/etc/grml/fai/config/hooks/updatebase.GRMLBASE index c7f343c..4bed873 100755 --- a/etc/grml/fai/config/hooks/updatebase.GRMLBASE +++ b/etc/grml/fai/config/hooks/updatebase.GRMLBASE @@ -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 -- 2.1.4