forked from josch/mmdebstrap
make_mirror.sh: set a larger msize for 9p mount
This commit is contained in:
parent
b1f1d7fbdd
commit
122952a9b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue