summaryrefslogtreecommitdiffstats
path: root/server/build_core
diff options
context:
space:
mode:
Diffstat (limited to 'server/build_core')
-rwxr-xr-xserver/build_core2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/build_core b/server/build_core
index 16afa396..d0441c69 100755
--- a/server/build_core
+++ b/server/build_core
@@ -81,7 +81,7 @@ tar cpv $BASICLIBS | tar xpv -C ${STAGE31_DIR} &>/dev/null
[ ! -d ${STAGE32_DIR} ] && echo "No stage3.2 directory found. Please run setup_tools first." && exit 1
[ -e ${STAGE31_DIR}/mnt/openslx.sqfs ] && rm ${STAGE31_DIR}/mnt/openslx.sqfs
-mksquashfs ${STAGE32_DIR} ${STAGE31_DIR}/mnt/openslx.sqfs -comp xz -b 1M -no-progress -no-recovery 2>/dev/null
+mksquashfs ${STAGE32_DIR} ${STAGE31_DIR}/mnt/openslx.sqfs -comp xz -b 1M -no-recovery 2>/dev/null
cd ${STAGE31_DIR}
find . | cpio --format="newc" --create | gzip -9 > ${ROOT_DIR}/initramfs