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

latest rancher-compose, default.go -> os-config.yml

also, gofmt
This commit is contained in:
Ivan Mikushin
2015-06-16 01:58:16 +05:00
parent e8aa88530f
commit dff70f8362
16 changed files with 474 additions and 420 deletions

View File

@@ -7,6 +7,7 @@ source scripts/build-common
cp bin/rancheros ${BUILD}/initrd/init
cp ./os-config.yml ${BUILD}/initrd/
cd ${BUILD}/initrd

View File

@@ -66,6 +66,7 @@ if [ ! -e bin/rancheros ]; then
fi
cp bin/rancheros ${INITRD_TMP}/init
cp -f os-config.yml ${INITRD_TMP}/
cd ${INITRD_TMP}
find | cpio -H newc -o > ${INITRD_TEST}