diff options
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 |