try fix BTRFS_COMPRESSION variable not working

This commit is contained in:
may 2019-05-10 06:07:56 +08:00
parent 41a76d369d
commit 9814cfb054

View File

@ -37,7 +37,6 @@ backtitle="Armbian building script, http://www.armbian.com | Author: Igor Pecovn
[[ -z $FORCE_CHECKOUT ]] && FORCE_CHECKOUT=yes
# Load libraries
source $SRC/lib/debootstrap-ng.sh # System specific install
source $SRC/lib/image-helpers.sh # helpers for OS image building
source $SRC/lib/distributions.sh # System specific install
source $SRC/lib/desktop.sh # Desktop specific install
@ -224,6 +223,7 @@ if [[ $KERNEL_ONLY != yes && -z $BUILD_DESKTOP ]]; then
fi
source $SRC/lib/configuration.sh
source $SRC/lib/debootstrap-ng.sh # System specific install
# optimize build time with 100% CPU usage
CPUS=$(grep -c 'processor' /proc/cpuinfo)