Keep old configuration during update

This commit is contained in:
Cedric Dufour 2015-09-04 10:08:42 +02:00
parent 705601f0b1
commit ac445388d9
1 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,6 @@ apt-get -o Dir::Cache="/path/to/destination/dir/" -o Dir::Cache::archives="./" i
# Show apt-get installed packages.
grep 'install ' /var/log/dpkg.log
# Silently keep old configuration during batch updates
apt-get update -o DPkg::Options::='--force-confold' ...