From 9445268e99f19c367b5474c6cbccb4c6e6f8c949 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 19 Aug 2021 21:50:44 +0100 Subject: [PATCH] ftp.debian.org not being reliable redirection, changing to ftp.uk.debian.org --- coriolis2-chroot | 3 ++- mk-deb-chroot | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2