From: Michael Prokop Date: Fri, 3 Jun 2022 10:43:13 +0000 (+0200) Subject: Disable man-db settings to speed up package installation X-Git-Tag: v0.40.2~1 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=1d02eb2837779d6d290fb38b423326dd1156104c Disable man-db settings to speed up package installation The man-db process tends to be time consuming. By disabling the auto-update + build-database settings, we can speed up the build process and also package installation on the live system. If someone really has needs for apropos(1) usage, manual invocation of `mandb` should be all what's needed. Thanks: Thorsten Glaser for the suggestion Closes: https://github.com/grml/grml-live/issues/112 --- diff --git a/etc/grml/fai/config/debconf/GRMLBASE b/etc/grml/fai/config/debconf/GRMLBASE index 3a43fc9..89b3503 100644 --- a/etc/grml/fai/config/debconf/GRMLBASE +++ b/etc/grml/fai/config/debconf/GRMLBASE @@ -1,5 +1,7 @@ locales locales/default_environment_locale select en_US.UTF-8 locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8 +man-db man-db/auto-update boolean false +man-db man-db/build-database boolean false openssh-server openssh-server/permit-root-login boolean true passwd passwd/shadow boolean true portmap portmap/loopback boolean false