From 7386ede51257263e7b3427936348802349dc9160 Mon Sep 17 00:00:00 2001 From: Jamie Zhuang Date: Wed, 7 Feb 2018 22:55:02 -0500 Subject: [PATCH] upgrade RancherOS to v1.2.0 --- README.md | 2 +- build_all.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4869fb..eff0804 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Overview ### Bootstrap process -The docker images produced by these scripts are intended to be netbooted and run in RAM. +The images produced by these scripts are intended to be netbooted and run in RAM. The typical flow for how these images are used/booted is this: - Netboot `RacherOS`(kernel and initrd) via PXE/iPXE diff --git a/build_all.sh b/build_all.sh index f0dd393..9574694 100755 --- a/build_all.sh +++ b/build_all.sh @@ -4,7 +4,7 @@ set -e BUILD_ARTIFACT_PATH=/tmp/on-imagebuilder/builds IPXE_BUILD_ARTIFACT_PATH=/tmp/on-imagebuilder/ipxe SYSLINUX_BUILD_ARTIFACT_PATH=/tmp/on-imagebuilder/syslinux -RANCHER_VERSION=1.0.2 +RANCHER_VERSION=1.2.0 mkdir -p $BUILD_ARTIFACT_PATH mkdir -p $IPXE_BUILD_ARTIFACT_PATH