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

Building an 4.8.7 kernel ready for v0.8.0-rc's

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-11-15 01:30:18 +00:00
parent 82693e8c64
commit b4ac2f63bd
7 changed files with 631 additions and 283 deletions

View File

@@ -56,4 +56,5 @@ else
cat base.tar | gzip -c > ${DIST}/kernel/${FILE}.gz
cat extra.tar | gzip -c > ${DIST}/kernel/extra-${FILE}.gz
list_build_files | tar -czf ${DIST}/kernel/build-${FILE}.gz -T /dev/stdin
cp .config ${DIST}/kernel/config
fi