mirror of
https://github.com/rancher/os.git
synced 2025-08-30 21:26:09 +00:00
get bin/rancheros back where it belongs
This commit is contained in:
parent
4bf30683e7
commit
da2b12d840
1
build.sh
1
build.sh
@ -18,5 +18,6 @@ cleanup() {
|
||||
}
|
||||
trap cleanup EXIT
|
||||
docker cp ${DIST_CONTAINER}:/source/dist/artifacts dist
|
||||
docker cp ${DIST_CONTAINER}:/source/bin ./
|
||||
|
||||
ls -l dist/artifacts
|
||||
|
@ -5,8 +5,6 @@ cd $(dirname $0)/..
|
||||
|
||||
source scripts/build-common
|
||||
|
||||
cp bin/rancheros ${DIST}/artifacts/
|
||||
|
||||
cp bin/rancheros ${BUILD}/initrd/init
|
||||
cp ./os-config.yml ${BUILD}/initrd/
|
||||
|
||||
|
@ -58,7 +58,7 @@ fi
|
||||
|
||||
ln -sf ${INITRD_TMP} ${INITRD_CURRENT}
|
||||
|
||||
cp dist/artifacts/rancheros ${INITRD_TMP}/init
|
||||
cp bin/rancheros ${INITRD_TMP}/init
|
||||
cp -f os-config.yml ${INITRD_TMP}/
|
||||
cd ${INITRD_TMP}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user