diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-05-01 15:54:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-05-01 16:18:57 +0000 |
commit | 75582811a1a7714092b9b4e91de614ddc755c057 (patch) | |
tree | 240c8be5962e8b8e4a33add84eb7ee7a54fb6cc4 | |
parent | Setting TERM in systemd container service files to improve machinectl login. (diff) | |
download | compute-tools-next-broken.tar.xz compute-tools-next-broken.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-x | share/scripts/debconf | 2 |
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} ;; |