Skip to content

Commit

Permalink
http://kernel.org redirects to https://
Browse files Browse the repository at this point in the history
workaround for uninstalled certs, add --no-check-certificate parameter
  • Loading branch information
glensc committed Mar 25, 2013
1 parent aea9727 commit 54dd0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/isolinux.bin.update
Expand Up @@ -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

Expand Down

0 comments on commit 54dd0a7

Please sign in to comment.