From 7ad66678a7abca725ba922db8540dc9b96f22adb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 28 Aug 2021 11:54:53 +0200 Subject: Allowing to specify 'ALL' in dehydrated hooks preseeding. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-dehydrated-tools.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/open-infrastructure-dehydrated-tools.config') diff --git a/debian/open-infrastructure-dehydrated-tools.config b/debian/open-infrastructure-dehydrated-tools.config index d2e8cd2..dfccb77 100644 --- a/debian/open-infrastructure-dehydrated-tools.config +++ b/debian/open-infrastructure-dehydrated-tools.config @@ -42,7 +42,7 @@ db_go if [ -e /usr/share/dehydrated/hooks ] then HOOKS_CHOICES="$(cd /usr/share/dehydrated/hooks && find -maxdepth 1 -not -type d -printf '%P\n' | sort)" - db_subst open-infrastructure-dehydrated-tools/hooks HOOKS_CHOICES "$(echo ${HOOKS_CHOICES} | sed -e 's| |, |g')" + db_subst open-infrastructure-dehydrated-tools/hooks HOOKS_CHOICES "ALL, $(echo ${HOOKS_CHOICES} | sed -e 's| |, |g')" db_settitle open-infrastructure-dehydrated-tools/title db_input low open-infrastructure-dehydrated-tools/hooks || true -- cgit v1.2.3