From bc7f4fd4dca459f2dac383424dfd564b08808fbc Mon Sep 17 00:00:00 2001 From: SolidHal Date: Mon, 22 Oct 2018 20:50:25 -0500 Subject: [PATCH] Had to change build to us ftp server as well, since deb.debian.org cdn is down --- scripts/buildDebianFs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildDebianFs.sh b/scripts/buildDebianFs.sh index f5955e5..decc7cc 100755 --- a/scripts/buildDebianFs.sh +++ b/scripts/buildDebianFs.sh @@ -80,7 +80,7 @@ create_image PrawnOS-Alpha-c201-libre-2GB.img $outdev 50M 40 $outmnt # install Debian on it export DEBIAN_FRONTEND=noninteractive -qemu-debootstrap --arch armhf stretch --include locales,init --keyring=$build_resources/debian-archive-keyring.gpg $outmnt http://deb.debian.org/debian +qemu-debootstrap --arch armhf stretch --include locales,init --keyring=$build_resources/debian-archive-keyring.gpg $outmnt http://ftp.us.debian.org/debian chroot $outmnt passwd -d root