1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-08-31 04:18:38 +00:00
Files
os-kernel/scripts/ci
2016-11-15 03:35:08 +00:00

22 lines
481 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)/..
./scripts/download
./scripts/extract
./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 " ./dist/kernel/config"
echo
echo "Images ready to push:"
cat dist/images
echo