summaryrefslogtreecommitdiffstats
path: root/make_mirror.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 14:03:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 14:03:27 +0000
commitd447d8f26f59e5d4ec63a75592c5c663e41536af (patch)
tree36d054fbe47e93916ee6fd4a7dd470c9cd6026e5 /make_mirror.sh
parentReleasing progress-linux version 1.5.0-2~progress7.99u1. (diff)
downloadmmdebstrap-d447d8f26f59e5d4ec63a75592c5c663e41536af.tar.xz
mmdebstrap-d447d8f26f59e5d4ec63a75592c5c663e41536af.zip
Merging upstream version 1.5.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'make_mirror.sh')
-rwxr-xr-xmake_mirror.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_mirror.sh b/make_mirror.sh
index 3f8aae4..419503b 100755
--- a/make_mirror.sh
+++ b/make_mirror.sh
@@ -457,7 +457,6 @@ if [ "$HAVE_QEMU" = "yes" ]; then
if [ ! -e ./mmdebstrap ]; then
pkgs="$pkgs,mmdebstrap"
fi
- pkgs="$pkgs,auditd"
arches=$HOSTARCH
if [ "$RUN_MA_SAME_TESTS" = "yes" ]; then
case "$HOSTARCH" in
@@ -551,6 +550,7 @@ END
--customize-hook='copy-in "'"$tmpdir"'/worker.sh" /' \
--customize-hook='echo 127.0.0.1 localhost > "$1/etc/hosts"' \
--customize-hook='printf "START=1\nDAEMON_OPTS=\"-h 127.0.0.1 -p 80 -u nobody -dd /mnt/cache -i /var/run/mini-httpd.pid -T UTF-8\"\n" > "$1/etc/default/mini-httpd"' \
+ --customize-hook='touch "$1/etc/systemd/system/tmp.mount"' \
"$mirror"
kill $PROXYPID