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:
@@ -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
|
||||
|
Reference in New Issue
Block a user