From 1d02eb2837779d6d290fb38b423326dd1156104c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 3 Jun 2022 12:43:13 +0200 Subject: [PATCH] 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 --- etc/grml/fai/config/debconf/GRMLBASE | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.1.4