1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00
Files
os/scripts/layout

18 lines
318 B
Plaintext
Raw Normal View History

2016-05-06 10:12:09 -07:00
#!/bin/bash
set -e
source $(dirname $0)/version
cd $(dirname $0)/..
ARTIFACTS=$(pwd)/dist/artifacts
2016-05-06 10:12:09 -07:00
BUILD=build
INITRD_DIR=${BUILD}/initrd
export ARTIFACTS BUILD INITRD_DIR VERSION
2016-05-06 10:12:09 -07:00
./scripts/layout-initrd
./scripts/layout-kernel
2016-05-06 10:12:09 -07:00
curl -sL ${!OS_INITRD_BASE_URL} | tar xzvf - -C ${INITRD_DIR}
2016-05-06 10:12:09 -07:00
2016-05-31 21:11:03 -07:00
./scripts/hash-initrd