1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +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

@@ -10,6 +10,10 @@ INITRD=${ARTIFACTS}/initrd
mkdir -p ${ARTIFACTS}
if [ ! -f ${ARTIFACTS}/vmlinuz ]; then
exit 0
fi
if [ "$COMPRESS" == "" ]; then
COMPRESS="gzip -1"
fi