1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-07-14 05:34:03 +00:00
os-kernel/scripts/ci

21 lines
452 B
Plaintext
Raw Normal View History

2015-08-05 16:53:05 +00:00
#!/bin/bash
set -e
cd $(dirname $0)/..
2015-12-23 15:13:15 +00:00
./scripts/download
./scripts/extract
2015-12-23 15:13:15 +00:00
./scripts/build-kernel
./scripts/package-kernel
./scripts/build-images
echo
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
echo "Images ready to push:"
cat dist/images
echo