From e137a98ef96a47c7e520f8b14d9e98e338c98839 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 20 Oct 2020 11:29:03 -0400 Subject: nas1: Create mount point --- 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 -- cgit v0.9.1