1
0
mirror of https://github.com/rancher/os.git synced 2025-06-19 11:41:55 +00:00
os/scripts/prepare

18 lines
219 B
Plaintext
Raw Normal View History

2016-05-06 17:12:09 +00:00
#!/bin/bash
set -e
source $(dirname $0)/version
cd $(dirname $0)
2016-05-23 06:11:26 +00:00
if [ ! -e ../bin/host_ros ]; then
2016-05-06 17:12:09 +00:00
./build
fi
./template
2016-05-08 17:35:48 +00:00
if [ "$HOST_ARCH" = "$ARCH" ]; then
CORE=true ./build-images
fi
2016-05-06 17:12:09 +00:00
./tar-images
./layout