Set AUFS default on

Closes https://github.com/armbian/build/issues/1524
This commit is contained in:
Igor Pečovnik 2019-08-18 20:50:53 +02:00 committed by GitHub
parent ab1c14377c
commit bb0130c797
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,7 @@ CAN_BUILD_STRETCH=yes
[[ -z $CRYPTROOT_SSH_UNLOCK_PORT ]] && CRYPTROOT_SSH_UNLOCK_PORT=2022
[[ -z $WIREGUARD ]] && WIREGUARD="yes"
[[ -z $EXTRAWIFI ]] && EXTRAWIFI="yes"
[[ -z $AUFS ]] && AUFS="yes"
# single ext4 partition is the default and preferred configuration
#BOOTFS_TYPE=''