1
0
mirror of https://github.com/rancher/os.git synced 2025-09-23 11:30:49 +00:00
Files
os/scripts/prepare

16 lines
165 B
Plaintext
Raw Normal View History

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