diff --git a/preseed/debian/finish.tar.gz b/preseed/debian/finish.tar.gz index 9521c49..505b7f3 100644 Binary files a/preseed/debian/finish.tar.gz and b/preseed/debian/finish.tar.gz differ diff --git a/preseed/debian/finish/post.sh b/preseed/debian/finish/post.sh index 78f711d..3350d4f 100755 --- a/preseed/debian/finish/post.sh +++ b/preseed/debian/finish/post.sh @@ -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}"