1
0
mirror of https://github.com/rancher/os.git synced 2025-05-01 21:03:20 +00:00
os/scripts/layout

18 lines
318 B
Plaintext
Raw Normal View History

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