From 9814cfb054f6abe87b15ff3675ec8d3cfa68008d Mon Sep 17 00:00:00 2001 From: may Date: Fri, 10 May 2019 06:07:56 +0800 Subject: [PATCH] try fix BTRFS_COMPRESSION variable not working --- lib/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.sh b/lib/main.sh index 663f0d28ce..ddc6d640af 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -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)