1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00

More build script changes

This commit is contained in:
Darren Shepherd
2016-05-31 21:11:03 -07:00
parent a14846152b
commit 5bf4d2c117
9 changed files with 43 additions and 16 deletions

View File

@@ -111,6 +111,7 @@ fi
if [ "$REBUILD" == "1" ] || [ ! -e ${INITRD} ]; then
cp bin/ros ${INITRD_SRC}/usr/bin/ros
./scripts/hash-initrd
pushd ${INITRD_SRC} >/dev/null
find . | cpio -H newc -o | gzip -1 > ${INITRD}
popd >/dev/null