build-SD-armbian.sh: Disable armbian's FAST_CREATE_IMAGE

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-10-10 20:03:21 +02:00
parent 6a5f469f21
commit f5a71daa14
No known key found for this signature in database
GPG Key ID: 3510056072886A8F

View File

@ -53,6 +53,7 @@ KERNEL_CONFIGURE=prebuilt
BUILD_DESKTOP=no
BUILD_MINIMAL=yes
USE_CCACHE=yes
FAST_CREATE_IMAGE=no
EOF
[[ "$CLEAN" == "0" ]] && {
cat >> "$CONF" <<EOF