From 122952a9b083ad376f571268251b731928edd54c Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Tue, 9 Nov 2021 07:30:40 +0100 Subject: [PATCH] make_mirror.sh: set a larger msize for 9p mount --- make_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_mirror.sh b/make_mirror.sh index c935841..51c11b1 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -557,7 +557,7 @@ END cat << 'END' > "$tmpdir/worker.sh" #!/bin/sh echo 'root:root' | chpasswd -mount -t 9p -o trans=virtio,access=any mmdebstrap /mnt +mount -t 9p -o trans=virtio,access=any,msize=128k mmdebstrap /mnt # need to restart mini-httpd because we mounted different content into www-root systemctl restart mini-httpd