Added function to keep local/original config during update

This commit is contained in:
b.waal
2019-11-12 10:24:31 +01:00
parent e7a5445eb0
commit 67384e4dcd

View File

@@ -16,6 +16,11 @@ Unattended-Upgrade::Allowed-Origins {
// "${distro_id}:${distro_codename}-backports";
};
Dpkg::Options {
"--force-confdef";
"--force-confold";
};
// List of packages to not update (regexp are supported)
Unattended-Upgrade::Package-Blacklist {
"vim";