Merge pull request #636 from jcmoraisjr/jm-add-version

Add version.txt download on get-coreos
This commit is contained in:
Dalton Hubble
2017-08-15 17:15:47 -07:00
committed by GitHub

View File

@@ -42,6 +42,10 @@ echo "CoreOS Image Signing Key"
curl -# https://coreos.com/security/image-signing-key/CoreOS_Image_Signing_Key.asc -o $DEST/CoreOS_Image_Signing_Key.asc
$GPG --import < "$DEST/CoreOS_Image_Signing_Key.asc" || true
# Version
echo "version.txt"
curl -# $BASE_URL/version.txt -o $DEST/version.txt
# PXE kernel and sig
echo "coreos_production_pxe.vmlinuz..."
curl -# $BASE_URL/coreos_production_pxe.vmlinuz -o $DEST/coreos_production_pxe.vmlinuz