mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
build based on os-config.yml
WIP: build scripts
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -ex
|
||||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
source scripts/build-common
|
||||
|
||||
cp bin/rancheros ${DIST}/artifacts/
|
||||
|
||||
cp bin/rancheros ${BUILD}/initrd/init
|
||||
cp ./os-config.yml ${BUILD}/initrd/
|
||||
|
Reference in New Issue
Block a user