make_mirror.sh: choose mode automatically when running mmdebstrap
This commit is contained in:
parent
055af094ea
commit
bc3d5153df
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue