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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user