1
0
mirror of https://github.com/rancher/os.git synced 2025-08-02 07:24:28 +00:00

Even faster dev build :)

This commit is contained in:
Darren Shepherd 2015-10-01 15:45:48 -07:00
parent 60399d5fe1
commit 4cd78f1047

View File

@ -28,7 +28,7 @@ docker export ${DFS} | tar xvf - -C ${INITRD_DIR} --exclude=usr/bin/dockerlaunc
usr
if [ "$DEV_BUILD" == "1" ]; then
COMPRESS=gzip
COMPRESS="gzip -1"
else
COMPRESS=lzma
fi