1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-01 04:46:52 +00:00

move kernel download url to KERNEL_URL var

This commit is contained in:
Ivan Mikushin
2015-09-07 19:34:01 +05:00
parent ff4c478504
commit 0b5fa19771
3 changed files with 9 additions and 38 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/bash
set -e
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-3.19.0-27.29.tar.gz"}
: ${KERNEL_SHA1:="84b9bc53bbb4dd465b97ea54a71a9805e27ae4f2"}
: ${ARTIFACTS:=$(pwd)/assets}
: ${BUILD:=$(pwd)/build}
: ${CONFIG:=$(pwd)/config}