X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup.sh;h=93f30124947e09d34c9ab019845aee0f276374cc;hb=710f3e3e9bc7d9e4194c44daf3d1dbb23bf5b202;hp=51cdbde532fb2fb11ccfddc3331313aaf2e66d74;hpb=30d41305616e01d1bb202d23509b90f8ceac4ea8;p=config diff --git a/buster/setup_scripts/setup.sh b/buster/setup_scripts/setup.sh index 51cdbde..93f3012 100755 --- a/buster/setup_scripts/setup.sh +++ b/buster/setup_scripts/setup.sh @@ -21,6 +21,10 @@ cd "${setup_scripts_dir}" # Set hostname and FQDN. ./set_hostname_and_fqdn.sh "${hostname}" "${fqdn}" +# Some debconf selections we don't want to get asked during coming +# install actions. +echo 'libc6:amd64 libraries/restart-without-asking boolean true' | debconf-set-selections + # Ensure package installation state as defined by what packages are # defined as required by Debian policy and by settings in ./apt-mark/. apt update