1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/scripts/gen-os-config.sh

14 lines
178 B
Bash
Raw Normal View History

2016-02-23 19:06:14 -08:00
#!/bin/bash
set -ex
cd $(dirname $0)/..
set -a
. build.conf
SUFFIX=""
[ "${ARCH}" == "amd64" ] || SUFFIX="_${ARCH}"
set +a
build/host_ros c generate < os-config.tpl.yml > $1