1
0
mirror of https://github.com/rancher/os.git synced 2025-10-08 18:33:29 +00:00
Files

13 lines
262 B
Plaintext
Raw Permalink Normal View History

2016-05-22 23:11:26 -07:00
#!/bin/bash
# help: For development, creates iso, kernel, initrd gzip compressed
set -e
2016-05-22 23:11:26 -07:00
cd $(dirname $0)
echo ------------------------ ./build
2016-05-22 23:11:26 -07:00
./build
echo ------------------------ ./prepare
2016-05-22 23:11:26 -07:00
./prepare
echo ------------------------ ./package
ROOTFS=0 ./package