1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 23:21:19 +00:00

Various fixes for ARM build

This commit is contained in:
Darren Shepherd
2016-06-29 22:09:37 -07:00
parent 93b4949cce
commit 70bf02df1f
6 changed files with 78 additions and 136 deletions

View File

@@ -11,8 +11,7 @@ mkdir -p ${CD}/boot/isolinux
mkdir -p ${CD}/boot/isolinux
if [ ! -f ${ARTIFACTS}/vmlinuz ] || [ ! -f ${ARTIFACTS}/initrd ]; then
echo "Error: vmlinuz or initrd is missing in ${ARTIFACTS}/"
exit 1
exit 0
fi
cp ${ARTIFACTS}/initrd ${CD}/boot