1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-14 22:11:52 +00:00

Ubuntu-4.4.0-37.56-rancher1

This commit is contained in:
Darren Shepherd
2016-09-06 11:04:13 -07:00
parent 2e9e22082f
commit 465e0e7bcc
3 changed files with 7 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-36.55-rancher1.tar.gz"}
: ${KERNEL_SHA1:="9a4b7f2e8cc35fc99905a8026c1b2ded4dfd9a89"}
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.4.0-37.56-rancher1.tar.gz"}
: ${KERNEL_SHA1:="96840bfd44e4260008274e137bf94bc4834c4aac"}
: ${ARTIFACTS:=$(pwd)/assets}
: ${BUILD:=/usr/src}
: ${CONFIG:=$(pwd)/config}