From 4e4570679282952d3047a42d408b3a45fcb0bea4 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 27 Mar 2014 01:23:19 +0100 Subject: Restart libc-based services without asking. --- skel/preseed.cfg.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'skel') 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 -- cgit v1.2.3