summaryrefslogtreecommitdiffstats
path: root/hosts/print1/postinst
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-10-14 17:46:26 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-10-14 17:53:34 (EDT)
commit75bd3b864db4b1e2e86c219896be03b31430ff72 (patch)
treeea86819533ba0f639d1e30bd0df18059f67014f0 /hosts/print1/postinst
parent8fc9a9dbdcefb6770046e9c70a155fc8d584c256 (diff)
downloadpc-inst-75bd3b864db4b1e2e86c219896be03b31430ff72.zip
pc-inst-75bd3b864db4b1e2e86c219896be03b31430ff72.tar.gz
pc-inst-75bd3b864db4b1e2e86c219896be03b31430ff72.tar.bz2
print1: Remove /media/5tb
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.