1
0
mirror of https://github.com/rancher/os.git synced 2025-06-21 12:37:04 +00:00
os/scripts/dev

9 lines
168 B
Plaintext
Raw Normal View History

2016-05-23 06:11:26 +00:00
#!/bin/bash
# help: For development, creates iso, kernel, initrd gzip compressed
cd $(dirname $0)
./build
./prepare
2016-06-07 06:00:15 +00:00
INSTALLER=0 COMPRESS="gzip -1" ROOTFS=0 ./package