Remove NFS client package

This commit is contained in:
Jeremy Gardais 2015-12-07 14:18:18 +01:00
parent 295fbab4ae
commit 4e38a05256
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -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}"