mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Restore the missing initrd artifact.
This reverts only the path-related changes in b3a9893
.
This commit is contained in:
@@ -22,6 +22,6 @@ fi
|
||||
|
||||
cd ${INITRD_DIR}
|
||||
|
||||
echo Creating ${INITRD}
|
||||
find | cpio -H newc -o | ${COMPRESS} > ${INITRD}
|
||||
echo Done creating ${INITRD}
|
||||
echo Creating ${ARTIFACTS}/${INITRD}
|
||||
find | cpio -H newc -o | ${COMPRESS} > ${ARTIFACTS}/${INITRD}
|
||||
echo Done creating ${ARTIFACTS}/${INITRD}
|
||||
|
Reference in New Issue
Block a user