From bc3d5153dfaa295e45472eda09eff50ca6a80715 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Wed, 27 Mar 2019 11:30:41 +0100 Subject: [PATCH] make_mirror.sh: choose mode automatically when running mmdebstrap --- make_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_mirror.sh b/make_mirror.sh index 49523b8..e77bf2f 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -246,7 +246,7 @@ if [ "$HAVE_QEMU" = "yes" ]; then # - it doesn't matter if the base system is from a different mirror timestamp # procps is needed for /sbin/sysctl tmpdir="$(mktemp -d)" - ./mmdebstrap --variant=apt --architectures=amd64,armhf --mode=unshare \ + ./mmdebstrap --variant=apt --architectures=amd64,armhf \ --include=perl-doc,linux-image-amd64,systemd-sysv,perl,arch-test,fakechroot,fakeroot,mount,uidmap,proot,qemu-user-static,binfmt-support,qemu-user,dpkg-dev,mini-httpd,libdevel-cover-perl,debootstrap,libfakechroot:armhf,libfakeroot:armhf,procps,apt-cudf,aspcud \ $DEFAULT_DIST - "$mirror" > "$tmpdir/debian-chroot.tar"