Had to change build to us ftp server as well, since deb.debian.org cdn is down
This commit is contained in:
parent
0bf8a1b291
commit
bc7f4fd4dc
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user