From e5564a0dada47aea10f83a1f8dfb878fe879e635 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 30 Dec 2018 17:19:47 +0100 Subject: [PATCH] make_mirror.sh: setup root password for possible debugging of qemu sessions --- make_mirror.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make_mirror.sh b/make_mirror.sh index 31f622a..08a73c0 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -234,6 +234,7 @@ END # https://github.com/pjcj/Devel--Cover/issues/223 cat << 'END' > "$tmpdir/worker.sh" #!/bin/sh +echo 'root:root' | chpasswd mount -t 9p -o trans=virtio,access=any mmdebstrap /mnt # need to restart mini-httpd because we mounted different content into www-root systemctl restart mini-httpd