From a4cb467f4288d9d20fbc8ca63e3379ef98c104c1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 May 2021 17:54:31 +0200 Subject: Removing undesirable --verbose option when calling mmdebstrap in debconf container create script. Signed-off-by: Daniel Baumann --- share/scripts/debconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/scripts/debconf') diff --git a/share/scripts/debconf b/share/scripts/debconf index e8640fa..9a703e5 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -403,7 +403,7 @@ Debootstrap () ;; mmdebstrap) - mmdebstrap --verbose --arch=${ARCHITECTURE} --components=${PARENT_ARCHIVE_AREAS} \ + mmdebstrap --arch=${ARCHITECTURE} --components=${PARENT_ARCHIVE_AREAS} \ --mode=root --include=${INCLUDE} ${PARENT_DISTRIBUTION} "${DIRECTORY}" ${PARENT_MIRROR} ;; -- cgit v1.2.3