Merge pull request #6356 from antonlacon/iscsi-deprecation

distro: disable iscsi support
This commit is contained in:
CvH 2022-04-17 10:37:02 +02:00 committed by GitHub
commit 36cfd54928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@
WIRELESS_DAEMON="wpa_supplicant"
# build and install iSCSI support - iscsistart (yes / no)
ISCSI_SUPPORT="yes"
ISCSI_SUPPORT="no"
# build with NFS support (mounting nfs shares via the OS) (yes / no)
NFS_SUPPORT="yes"