1
0
mirror of https://github.com/rancher/os.git synced 2025-05-31 19:06:17 +00:00
os/scripts/prepare
Sven Dowideit bb20e96a98 Add defered syslog hook
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-07-13 12:44:27 +10:00

16 lines
167 B
Bash
Executable File

#!/bin/bash
set -ex
source $(dirname $0)/version
cd $(dirname $0)
if [ ! -e ../bin/host_ros ]; then
./build
fi
./template
./build-images
./tar-images
./layout