Move Samba to service and add cifs-utils and smbclient in filesystem

This commit is contained in:
MatMoul 2018-09-30 01:16:35 +02:00
parent ced674a9ee
commit 47e86d99b9
2 changed files with 3 additions and 1 deletions
install/system

View file

@ -14,7 +14,8 @@ options+=("fuse2" "" on)
options+=("fuse3" "" on)
options+=("fuseiso" "" on)
options+=("sshfs" "" off)
options+=("samba" "" off)
options+=("cifs-utils" "" off)
options+=("smbclient" "" off)
options+=("nfs-utils" "" off)
options+=("open-iscsi" "" off)
options+=("glusterfs" "" off)

View file

@ -19,6 +19,7 @@ else
options+=("amd-ucode" "AMD microcode" off)
fi
options+=("net-snmp" "SNMP Server" off)
options+=("samba" "Server SMB" off)
options+=("syslog-ng" "" off)
options+=("pkgstats" "" off)
options+=("ntp" "" off)