1
0
mirror of https://github.com/rancher/os.git synced 2025-06-23 21:47:03 +00:00
os/scripts/gen-os-config.sh

15 lines
199 B
Bash
Raw Normal View History

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