From bb0130c7975bf20dfb9fb90d22e15bb236d90ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 18 Aug 2019 20:50:53 +0200 Subject: [PATCH] Set AUFS default on Closes https://github.com/armbian/build/issues/1524 --- lib/configuration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/configuration.sh b/lib/configuration.sh index b1981fca0..dcaf59509 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -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=''