1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 13:07:04 +00:00
os/scripts/template
Sven Dowideit 8d941162d8 ros list shows all the active services and any cache available updates
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-03-13 12:56:54 +00:00

11 lines
196 B
Bash
Executable File

#!/bin/bash
set -e
source $(dirname $0)/version
cd $(dirname $0)/..
OUTPUT=build/initrd/usr/share/ros
mkdir -p $OUTPUT
./bin/host_ros old c generate < os-config.tpl.yml > $OUTPUT/os-config.yml