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-06-06 05:45:25 +0000
commita4cb467f4288d9d20fbc8ca63e3379ef98c104c1 (patch)
tree5583fcbc01afe6cce039457d4bdd4814e1e39ccd
parentSetting TERM in systemd container service files to improve machinectl login. (diff)
downloadcompute-tools-a4cb467f4288d9d20fbc8ca63e3379ef98c104c1.tar.xz
compute-tools-a4cb467f4288d9d20fbc8ca63e3379ef98c104c1.zip
Removing undesirable --verbose option when calling mmdebstrap in debconf container create script.
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 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}
;;