1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00
Files
os/scripts/dev
2016-11-24 16:48:00 +10:00

10 lines
144 B
Bash
Executable File

#!/bin/bash
# help: For development, creates iso, kernel, initrd gzip compressed
set -e
cd $(dirname $0)
./build
./prepare
ROOTFS=0 ./package