From 75582811a1a7714092b9b4e91de614ddc755c057 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(-) diff --git a/share/scripts/debconf b/share/scripts/debconf index a9ddda1..6c89d17 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