diff options
author | Dennis Eriksen <d@ennis.no> | 2019-11-12 07:46:32 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2019-11-12 07:46:32 +0100 |
commit | e54f406f33a501a5aacd47b813de6aeb472eca84 (patch) | |
tree | c4f27a32a6980435059c188b49ce9a4b79845c06 /mkosi.skeleton/etc/apt/apt.conf.d/50unattended-upgrades | |
parent | fuck ubuntus motd (diff) | |
download | mkosi-kanboard-e54f406f33a501a5aacd47b813de6aeb472eca84.tar.gz |
moving from mkosi.skeleton to mkosi.extra
Diffstat (limited to 'mkosi.skeleton/etc/apt/apt.conf.d/50unattended-upgrades')
-rw-r--r-- | mkosi.skeleton/etc/apt/apt.conf.d/50unattended-upgrades | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/mkosi.skeleton/etc/apt/apt.conf.d/50unattended-upgrades b/mkosi.skeleton/etc/apt/apt.conf.d/50unattended-upgrades deleted file mode 100644 index 768347b..0000000 --- a/mkosi.skeleton/etc/apt/apt.conf.d/50unattended-upgrades +++ /dev/null @@ -1,34 +0,0 @@ -// Unattended-Upgrade::Origins-Pattern controls which packages are -// upgraded. -Unattended-Upgrade::Origins-Pattern { - "origin=Ubuntu,archive=${distro_codename}-security"; - "o=Ubuntu,a=${distro_codename}"; - "o=Ubuntu,a=${distro_codename}-updates"; - "o=Ubuntu,a=${distro_codename}-proposed-updates"; - "o=Ubuntu,n=${distro_codename}-backports"; - }; - -// List of packages to not update (regexp are supported) -Unattended-Upgrade::Package-Blacklist { -}; - - -// Split the upgrade into the smallest possible chunks so that -// they can be interrupted with SIGUSR1. This makes the upgrade -// a bit slower but it has the benefit that shutdown while a upgrade -// is running is possible (with a small delay) -Unattended-Upgrade::MinimalSteps "true"; - - -// Do automatic removal of new unused dependencies after the upgrade -// (equivalent to apt-get autoremove) -Unattended-Upgrade::Remove-Unused-Dependencies "true"; - - -// Do upgrade application even if it requires restart after upgrade -// I.e. "XB-Upgrade-Requires: app-restart" is set in the debian/control file -Unattended-Upgrade::IgnoreAppsRequireRestart "true"; - -// Automatically run "dpkg --force-confold --configure -a". -Unattended-Upgrade::AutoFixInterruptedDpkg "true"; - |