1
0
mirror of https://github.com/rancher/os.git synced 2025-06-05 21:22:31 +00:00
os/scripts/dev

13 lines
262 B
Plaintext
Raw Permalink Normal View History

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