ftp.debian.org not being reliable redirection, changing to
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 19 Aug 2021 20:50:44 +0000 (21:50 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 19 Aug 2021 20:50:44 +0000 (21:50 +0100)
ftp.uk.debian.org

coriolis2-chroot
mk-deb-chroot

index 093511ffbbbc32b7caf59ae5c5913f750b6bdcfb..35ab7870c622cdc9c2449ad086ab0989035209d3 100755 (executable)
@@ -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
index f00ff83f74194c09befc52d38f0a36c4cd8f3699..53d2131ce907dae6ab004fbbea75dc0bd7b8191b 100755 (executable)
@@ -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