mirror of
https://github.com/rancher/os-kernel.git
synced 2025-06-22 11:47:04 +00:00
13 lines
179 B
Bash
Executable File
13 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
./scripts/download
|
|
./scripts/extract
|
|
run-parts -v ./scripts/hooks
|
|
./scripts/build-kernel
|
|
./scripts/package-kernel
|
|
./scripts/build-images
|
|
|