diff --git a/bootstrap.d/14-fstab.sh b/bootstrap.d/14-fstab.sh index 945e5a5..e56c72e 100644 --- a/bootstrap.d/14-fstab.sh +++ b/bootstrap.d/14-fstab.sh @@ -43,7 +43,7 @@ if [ "$ENABLE_INITRAMFS" = true ] ; then install_exec files/initramfs/expand-tools "${ETC_DIR}/initramfs-tools/hooks/expand-tools" fi - if [ "$CRYPTFS_DROPBEAR" = true ] ; then + if [ "$ENABLE_DHCP" = false ] ; then # Get cdir from NET_ADDRESS e.g. 24 cdir=$(${NET_ADDRESS} | cut -d '/' -f2)