1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00
Files
os/scripts/prepare

16 lines
167 B
Plaintext
Raw Normal View History

2016-05-06 10:12:09 -07:00
#!/bin/bash
set -ex
2016-05-06 10:12:09 -07:00
source $(dirname $0)/version
cd $(dirname $0)
2016-05-22 23:11:26 -07:00
if [ ! -e ../bin/host_ros ]; then
2016-05-06 10:12:09 -07:00
./build
fi
./template
2016-06-01 21:28:32 -07:00
./build-images
2016-05-06 10:12:09 -07:00
./tar-images
./layout