summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-02-26 22:31:05 +0100
committerJonas Smedegaard <dr@jones.dk>2014-02-26 22:31:05 +0100
commit34e2cf6cf7052834e97c1c321afb8316354af1fa (patch)
treecb3d70238ba93f3895b89d646f77bb832f1499f0
parent99f5580b71995c2dc32119dcecf3e63dec59fbcf (diff)
Enable unattended-upgrades in core profile.
-rw-r--r--content/desktop/base/preseed.cfg3
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