Move Samba to service and add cifs-utils and smbclient in filesystem
This commit is contained in:
parent
ced674a9ee
commit
47e86d99b9
2 changed files with 3 additions and 1 deletions
install/system
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue