From 54dd0a7eb6a8852eeeb2bdb2a0720b91c6baf31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 25 Mar 2013 09:04:49 +0200 Subject: [PATCH] http://kernel.org redirects to https:// workaround for uninstalled certs, add --no-check-certificate parameter --- tools/isolinux.bin.update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/isolinux.bin.update b/tools/isolinux.bin.update index 502fac3..39ee218 100755 --- a/tools/isolinux.bin.update +++ b/tools/isolinux.bin.update @@ -15,7 +15,7 @@ DL="http://www.kernel.org/pub/linux/utils/boot/syslinux/$PKGTGZ" # download, unpack, and patch syslinux if [ ! -d $PKG ]; then rm -rf $PKG - wget -c "$DL" + wget --no-check-certificate -c "$DL" tar -xf $PKGTGZ fi