diff options
-rw-r--r-- | content/desktop/base/preseed.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/desktop/base/preseed.cfg b/content/desktop/base/preseed.cfg index 95072ae..fdcc6bc 100644 --- a/content/desktop/base/preseed.cfg +++ b/content/desktop/base/preseed.cfg @@ -47,6 +47,9 @@ d-i apt-setup/security_host string security.debian.org d-i passwd/root-login boolean false popularity-contest popularity-contest/participate boolean true +# enable unattended-upgrades +unattended-upgrades unattended-upgrades/enable_auto_updates boolean true + # tidy loose ends... # * fix mark auto-installed packages as such # * silence confusing panel question at initial XFCE login |