1
0
mirror of https://github.com/rancher/os.git synced 2025-07-03 10:06:13 +00:00
os/scripts/dev

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