1
0
mirror of https://github.com/rancher/os.git synced 2025-06-20 12:11:56 +00:00
os/scripts/dev
2016-06-07 11:21:27 -07:00

9 lines
168 B
Bash
Executable File

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