From 5ac613983c275c1ef2de6871179ab8a3247978c0 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 30 Dec 2018 17:19:26 +0100 Subject: [PATCH] make_mirror.sh: use $mirror when calling mmdebstrap instead of its default mirror --- make_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_mirror.sh b/make_mirror.sh index f6ecd90..31f622a 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -202,7 +202,7 @@ if [ "$HAVE_QEMU" = "yes" ]; then tmpdir="$(mktemp -d)" ./mmdebstrap --variant=apt --architectures=amd64,armhf --mode=unshare \ --include=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 \ - unstable > "$tmpdir/debian-unstable.tar" + unstable - "$mirror" > "$tmpdir/debian-unstable.tar" cat << END > "$tmpdir/extlinux.conf" default linux