summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-05-01 15:54:31 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-05-01 16:18:57 +0000
commit75582811a1a7714092b9b4e91de614ddc755c057 (patch)
tree240c8be5962e8b8e4a33add84eb7ee7a54fb6cc4
parentSetting TERM in systemd container service files to improve machinectl login. (diff)
downloadcompute-tools-75582811a1a7714092b9b4e91de614ddc755c057.tar.xz
compute-tools-75582811a1a7714092b9b4e91de614ddc755c057.zip
Removing undesirable --verbose option when calling mmdebstrap in debconf container create script.next-broken
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/scripts/debconf2
1 files changed, 1 insertions, 1 deletions
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}
;;