fix(coreos-oem-inject): Default to dev-channel

- We'll switch this to a 'stable' channel once one exists for coreos
This commit is contained in:
Jay Faulkner 2014-03-10 13:52:57 -07:00
parent 3b68e8d423
commit 0d0429b359
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import tempfile
import shutil
from plumbum import local, cmd
COREOS_VERSION="197.0.0"
COREOS_VERSION="dev-channel"
COREOS_ARCH="amd64-generic"
COREOS_BASE_URL="http://storage.core-os.net/coreos/{}/{}".format(COREOS_ARCH, COREOS_VERSION)