diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 14:03:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 14:03:26 +0000 |
commit | fe42aa9fe8c20c7d1d6d45228e9c30f11695e0e1 (patch) | |
tree | 53466f3b71d405ea01a4a2227d64f84ea3ff4f69 /make_mirror.sh | |
parent | Adding upstream version 1.5.0. (diff) | |
download | mmdebstrap-fe42aa9fe8c20c7d1d6d45228e9c30f11695e0e1.tar.xz mmdebstrap-fe42aa9fe8c20c7d1d6d45228e9c30f11695e0e1.zip |
Adding upstream version 1.5.1.upstream/1.5.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'make_mirror.sh')
-rwxr-xr-x | make_mirror.sh | 2 |
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 |