Had to change build to us ftp server as well, since deb.debian.org cdn is down

This commit is contained in:
SolidHal 2018-10-22 20:50:25 -05:00
parent 0bf8a1b291
commit bc7f4fd4dc

View File

@ -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