mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-07 23:01:49 +00:00
Set AUFS default on
Closes https://github.com/armbian/build/issues/1524
This commit is contained in:
parent
ab1c14377c
commit
bb0130c797
1 changed files with 1 additions and 0 deletions
|
@ -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=''
|
||||
|
|
Loading…
Add table
Reference in a new issue