summaryrefslogtreecommitdiffstats
path: root/hosts/print1/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/print1/postinst')
-rw-r--r--hosts/print1/postinst4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/print1/postinst b/hosts/print1/postinst
index deb9438..f9fafd8 100644
--- a/hosts/print1/postinst
+++ b/hosts/print1/postinst
@@ -28,13 +28,9 @@ cat 1>"${target}/etc/network/interfaces" 0<<-EOF
iface enp1s0 inet dhcp
EOF
-# Create mount point.
-mkdir "${target}/media/5tb"
-
# Configure NFS.
mv "${target}/etc/exports" "${target}/etc/exports.dist"
cat 1>"${target}/etc/exports" 0<<-EOF
- /media/5tb 192.168.10.0/255.255.255.0(rw,sync,no_subtree_check,no_root_squash,mountpoint)
EOF
# Harden SSH server.