diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-10-02 16:44:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-10-02 20:46:42 +0000 |
commit | d487f130b55e4f105a9b3823c6167c2768f5faa8 (patch) | |
tree | 58e627c389726c5481e0e6bb751d774ca04158d7 /share | |
parent | Correcting distclean target in makefile. (diff) | |
download | compute-tools-d487f130b55e4f105a9b3823c6167c2768f5faa8.tar.xz compute-tools-d487f130b55e4f105a9b3823c6167c2768f5faa8.zip |
Also passing explicit directory output-format to mmdebstrap in build scripts.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share')
-rwxr-xr-x | share/build-scripts/debconf | 2 | ||||
-rwxr-xr-x | share/build-scripts/debootstrap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf index ac5f9cd..dae632a 100755 --- a/share/build-scripts/debconf +++ b/share/build-scripts/debconf @@ -405,7 +405,7 @@ Debootstrap () mmdebstrap) mmdebstrap --arch=${ARCHITECTURE} --components=${PARENT_ARCHIVE_AREAS} \ - --mode=root --include=${INCLUDE} ${PARENT_DISTRIBUTION} "${DIRECTORY}" ${PARENT_MIRROR} + --format=directory --mode=root --include=${INCLUDE} ${PARENT_DISTRIBUTION} "${DIRECTORY}" ${PARENT_MIRROR} ;; *) diff --git a/share/build-scripts/debootstrap b/share/build-scripts/debootstrap index 2cfa328..738f75b 100755 --- a/share/build-scripts/debootstrap +++ b/share/build-scripts/debootstrap @@ -136,7 +136,7 @@ case "${SCRIPT}" in mmdebstrap) BOOTSTRAP="/usr/bin/mmdebstrap" - BOOTSTRAP_OPTIONS="--mode=root" + BOOTSTRAP_OPTIONS="--format=directory --mode=root" ;; esac |