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

Ubuntu-4.2.0-22.27

This commit is contained in:
Ivan Mikushin
2015-12-23 19:51:33 +05:00
parent 57e24176fa
commit 8b91ad2915

View File

@@ -1,8 +1,8 @@
#!/bin/bash
set -e
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.2.0-16.19.tar.gz"}
: ${KERNEL_SHA1:="0cd7d5810860dea5ebcfb11bdc767419288b80b6"}
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.2.0-22.27.tar.gz"}
: ${KERNEL_SHA1:="44f46b49a879221b0812bfd4ab1ba2fd6dfc752b"}
: ${ARTIFACTS:=$(pwd)/assets}
: ${BUILD:=/usr/src}
: ${CONFIG:=$(pwd)/config}