1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-01 12:56:25 +00:00

Ubuntu-4.4.0-34.53-rancher

This commit is contained in:
Darren Shepherd
2016-08-31 13:42:02 -07:00
parent 6a0ddbb75b
commit eb35f554c1
3 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
set -e
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.4.0-34.53-rancher.tar.gz"}
: ${KERNEL_SHA1:="5fddc66e2016c93e9fd9bbea4077272e3f02e7fc"}
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.4.0-36.55-rancher1.tar.gz"}
: ${KERNEL_SHA1:="9a4b7f2e8cc35fc99905a8026c1b2ded4dfd9a89"}
: ${ARTIFACTS:=$(pwd)/assets}
: ${BUILD:=/usr/src}
: ${CONFIG:=$(pwd)/config}