Skip to content

Commit

Permalink
build-SD-armbian.sh: Disable armbian's FAST_CREATE_IMAGE
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <[email protected]>
  • Loading branch information
theCalcaholic committed Oct 10, 2023
1 parent 6a5f469 commit f5a71da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build-SD-armbian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5a71da

Please sign in to comment.