mirror of
https://github.com/rancher/os-kernel.git
synced 2025-06-28 22:46:50 +00:00
12 lines
150 B
Bash
Executable File
12 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
./scripts/download
|
|
./scripts/extract
|
|
./scripts/build-kernel
|
|
./scripts/package-kernel
|
|
./scripts/build-images
|
|
|