build-SD-armbian.sh: Set INCLUDE_HOME_DIR=yes during build

Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias K 2024-01-25 18:39:54 +01:00
parent 62623b5749
commit c5eb4589c8
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1

View File

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