From fe42aa9fe8c20c7d1d6d45228e9c30f11695e0e1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Jun 2024 16:03:26 +0200 Subject: Adding upstream version 1.5.1. Signed-off-by: Daniel Baumann --- make_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make_mirror.sh') 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 -- cgit v1.2.3