Remove NFS client package
This commit is contained in:
parent
295fbab4ae
commit
4e38a05256
Binary file not shown.
|
@ -52,3 +52,10 @@ mkdir -p -- /var/log/old_logs
|
|||
# Create the log directory for journald (Systemd), need the configuration Storage=(auto|persistent)
|
||||
mkdir -p -- /var/log/journal
|
||||
|
||||
|
||||
### NFS ###
|
||||
|
||||
# Remove NFS and rpcbind
|
||||
NFS_PKG_REMOVE="nfs-common rpcbind"
|
||||
|
||||
aptitude -y remove "${NFS_PKG_REMOVE}"
|
||||
|
|
Loading…
Reference in New Issue