1
0
mirror of https://github.com/rancher/os.git synced 2025-08-29 19:44:22 +00:00

rename KERNEL_URL to COMPILED_KERNEL_URL

to avoid confusion with KERNEL_URL in rancher/os-kernel
This commit is contained in:
Ivan Mikushin 2015-09-10 11:42:26 +05:00
parent 168d340b76
commit 135949d894
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ $(DIST)/artifacts/vmlinuz: $(BUILD)/kernel/
$(BUILD)/kernel/:
mkdir -p $@ && curl -L "$(KERNEL_URL)" | tar -xzf - -C $@ --strip=0
mkdir -p $@ && curl -L "$(COMPILED_KERNEL_URL)" | tar -xzf - -C $@ --strip=0
$(BUILD)/images.tar: bin/rancheros

View File

@ -2,5 +2,5 @@ IMAGE_NAME=rancher/os
VERSION=v0.4.0-dev
DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.8.1-ros/docker-1.8.1
KERNEL_URL=https://github.com/rancher/os-kernel/releases/download/Ubuntu-3.19.0-27.29-ros1/linux-3.19.8-ckt5-rancher-x86.tar.gz
COMPILED_KERNEL_URL=https://github.com/rancher/os-kernel/releases/download/Ubuntu-3.19.0-27.29-ros1/linux-3.19.8-ckt5-rancher-x86.tar.gz
DFS_IMAGE=rancher/docker:1.8.1

View File

@ -2,5 +2,5 @@ IMAGE_NAME=rancher/os
VERSION=v0.4.0-test
DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.8.2-rc1-ros/docker-1.8.2-rc1
KERNEL_URL=https://github.com/imikushin/os-kernel/releases/download/4.2/linux-4.2.0-rancher-x86.tar.gz
COMPILED_KERNEL_URL=https://github.com/imikushin/os-kernel/releases/download/4.2/linux-4.2.0-rancher-x86.tar.gz
DFS_IMAGE=rancher/docker:1.8.1