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

Lets build an 4.9 rc6 kernel for testing

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-11-22 00:12:12 +00:00
parent dcc43de079
commit 754a9eb086
6 changed files with 215 additions and 77 deletions

View File

@@ -18,6 +18,7 @@ if [ ! -e ${DIR} ]; then
mkdir ${TEMP}/${DIR}
trap "rm -rf ${TEMP}" exit
ls -lah ${ARTIFACTS}/${KERNEL}
tar xf ${ARTIFACTS}/${KERNEL} -C ${TEMP}/${DIR} --strip-components=1
mv ${TEMP}/${DIR} ${DIR}
fi