mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
Add version.txt download on get-coreos
The version.txt file is used by coreos-install if the version number is "current".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user