Skip to content

Commit

Permalink
upgrade RancherOS to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lanchongyizu committed Feb 8, 2018
1 parent bc05af1 commit 7386ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_all.sh
Expand Up @@ -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
Expand Down

0 comments on commit 7386ede

Please sign in to comment.