Browse Source

mkimage: Fix Debian security presence check

Add Location following since security redirects to security-cdn and caused the repository to be added on Debian unstable.

Signed-off-by: Mattias Jernberg <nostrad@gmail.com>
Mattias Jernberg 6 years ago
parent
commit
8db540370c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/mkimage/debootstrap

+ 1 - 1
contrib/mkimage/debootstrap

@@ -193,7 +193,7 @@ if [ -z "$DONT_TOUCH_SOURCES_LIST" ]; then
 	case "$lsbDist" in
 	case "$lsbDist" in
 		debian)
 		debian)
 			# updates and security!
 			# updates and security!
-			if curl -o /dev/null -s --head --fail "http://security.debian.org/dists/$suite/updates/main/binary-$(rootfs_chroot dpkg --print-architecture)/Packages.gz"; then
+			if curl -o /dev/null -s --head --location --fail "http://security.debian.org/dists/$suite/updates/main/binary-$(rootfs_chroot dpkg --print-architecture)/Packages.gz"; then
 				(
 				(
 					set -x
 					set -x
 					sed -i "
 					sed -i "