summaryrefslogtreecommitdiffstats
path: root/hosts/nas1/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nas1/postinst')
-rw-r--r--hosts/nas1/postinst3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/nas1/postinst b/hosts/nas1/postinst
index d2083e0..82888aa 100644
--- a/hosts/nas1/postinst
+++ b/hosts/nas1/postinst
@@ -24,6 +24,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