1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-16 06:48:16 +00:00

Ubuntu-4.4.0-42.62-rancher1

This commit is contained in:
Darren Shepherd
2016-10-14 10:27:12 -07:00
parent 7b979a0f95
commit 65d10803ff
2 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
set -e
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/v4.4.24-rancher1.tar.gz"}
: ${KERNEL_SHA1:="2e0c4ef1de1a7c4dac477d3cc8fcc0854cb7dd58"}
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.4.0-42.62-rancher1.tar.gz"}
: ${KERNEL_SHA1:="65cd630a6e8ebc5964427d62d4bc187eaee59f08"}
: ${ARTIFACTS:=$(pwd)/assets}
: ${BUILD:=/usr/src}
: ${CONFIG:=$(pwd)/config}