api: Read cloud-config-url cmdline entry from boot config json

This commit is contained in:
Dalton Hubble
2015-12-15 14:39:59 -08:00
parent 9d6e0309e3
commit da2440ed2e
7 changed files with 8 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash -e
CHANNEL="stable"
VERSION="current"
DEST=${PWD}/images/$CHANNEL
VERSION="835.9.0"
DEST=${PWD}/images/coreos/$VERSION
mkdir -p $DEST
echo "Downloading CoreOS kernel and initrd"