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

@@ -14,6 +14,7 @@ echo "--- ${KERNEL_VERSION} Kernel prepared for RancherOS"
echo " ./dist/kernel/extra-linux-${KERNEL_VERSION}-x86.tar.gz"
echo " ./dist/kernel/build-linux-${KERNEL_VERSION}-x86.tar.gz"
echo " ./dist/kernel/linux-${KERNEL_VERSION}-x86.tar.gz"
echo " ./dist/kernel/config"
echo
echo "Images ready to push:"
cat dist/images

View File

@@ -1,8 +1,6 @@
ctfw-3.2.5.1.bin
ql2400_fw.bin
myri10ge_rss_eth_z8e.dat
cxgb4/t4fw-1.12.25.0.bin
cxgb4/t5fw-1.12.25.0.bin
phanfw.bin
isci/isci_firmware.bin
ql2100_fw.bin

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