mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
Build script updates
Always compress with gzip unless we are doing a release. Also download rootfs.tar to ${DOWNLOAD} so `dapper -m bind` works better.
This commit is contained in:
@@ -11,7 +11,7 @@ INITRD=${ARTIFACTS}/initrd
|
||||
mkdir -p ${ARTIFACTS}
|
||||
|
||||
if [ "$COMPRESS" == "" ]; then
|
||||
COMPRESS=lzma
|
||||
COMPRESS="gzip -1"
|
||||
fi
|
||||
|
||||
cd ${INITRD_DIR}
|
||||
|
Reference in New Issue
Block a user