1
0
mirror of https://github.com/rancher/os.git synced 2025-05-04 06:06:19 +00:00
os/scripts/template

11 lines
192 B
Plaintext
Raw Permalink Normal View History

2016-05-06 17:12:09 +00:00
#!/bin/bash
set -e
source $(dirname $0)/version
cd $(dirname $0)/..
2016-05-08 17:35:48 +00:00
OUTPUT=build/initrd/usr/share/ros
mkdir -p $OUTPUT
./bin/host_ros c generate < os-config.tpl.yml > $OUTPUT/os-config.yml