From: Luke Kenneth Casson Leighton Date: Thu, 19 Aug 2021 20:50:44 +0000 (+0100) Subject: ftp.debian.org not being reliable redirection, changing to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9445268e99f19c367b5474c6cbccb4c6e6f8c949;p=dev-env-setup.git ftp.debian.org not being reliable redirection, changing to ftp.uk.debian.org --- diff --git a/coriolis2-chroot b/coriolis2-chroot index 093511f..35ab787 100755 --- a/coriolis2-chroot +++ b/coriolis2-chroot @@ -16,7 +16,8 @@ mkdir -p /opt/chroot/coriolis # Install debootstrap and schroot via apt apt install -y debootstrap schroot # Install debian/buster chroot using debootstrap -/usr/sbin/debootstrap buster /opt/chroot/coriolis http://ftp.debian.org/debian +/usr/sbin/debootstrap buster /opt/chroot/coriolis \ + https://ftp.uk.debian.org/debian # Mount all chroot mount points from fstab mount /opt/chroot/coriolis/dev mount /opt/chroot/coriolis/dev/pts diff --git a/mk-deb-chroot b/mk-deb-chroot index f00ff83..53d2131 100755 --- a/mk-deb-chroot +++ b/mk-deb-chroot @@ -23,7 +23,8 @@ mkdir -p /opt/chroot/$chrootdir # Install debootstrap and schroot via apt apt install -y debootstrap schroot # Install debian/buster chroot using debootstrap -/usr/sbin/debootstrap buster /opt/chroot/$chrootdir http://ftp.debian.org/debian +/usr/sbin/debootstrap buster /opt/chroot/$chrootdir \ + https://ftp.uk.debian.org/debian # Mount all chroot mount points from fstab mount /opt/chroot/$chrootdir/dev mount /opt/chroot/$chrootdir/dev/pts