diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-03-27 01:23:19 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-03-27 01:23:19 +0100 |
commit | 4e4570679282952d3047a42d408b3a45fcb0bea4 (patch) | |
tree | 48961c560574c119995c706bc8458a9149ffe6b2 /skel | |
parent | fa69e69066d82380de30f74d15cd6a44c2f99260 (diff) |
Restart libc-based services without asking.
Diffstat (limited to 'skel')
-rw-r--r-- | skel/preseed.cfg.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skel/preseed.cfg.in b/skel/preseed.cfg.in index 980dfdd..ee49323 100644 --- a/skel/preseed.cfg.in +++ b/skel/preseed.cfg.in @@ -29,6 +29,7 @@ d-i partman/confirm_nooverwrite boolean true # * use CDN for package updates # * disable direct root login (use sudo instead) # * report usage statistics back to Debian developers +# * restart libc-based services without asking d-i netcfg/choose_interface select auto d-i netcfg/get_domain string unassigned-domain d-i mirror/country string manual @@ -40,6 +41,7 @@ d-i apt-setup/services-select multiselect security, updates d-i apt-setup/security_host string security.debian.org d-i passwd/root-login boolean false popularity-contest popularity-contest/participate boolean true +libc6 libraries/restart-without-asking boolean true # enable unattended-upgrades unattended-upgrades unattended-upgrades/enable_auto_updates boolean true |