1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00

Merge pull request #591 from ibuildthecloud/faster-dev

Even faster dev build :)
This commit is contained in:
Darren Shepherd
2015-10-02 00:50:11 -07:00

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