From 34e2cf6cf7052834e97c1c321afb8316354af1fa Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 26 Feb 2014 22:31:05 +0100 Subject: Enable unattended-upgrades in core profile. --- content/desktop/base/preseed.cfg | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3