1
0
mirror of https://github.com/rancher/os.git synced 2025-06-21 20:47:04 +00:00
os/scripts/dev
2016-05-22 23:16:27 -07:00

9 lines
156 B
Bash
Executable File

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