summaryrefslogtreecommitdiff
path: root/hosts/moyo/scripts/prepare-network-mounts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-10-29 14:20:21 -0400
committerAndrew Opalach <andrew@akon.city> 2025-10-29 14:20:21 -0400
commit342f1dcf115f998cbb5d27c5593e215b01e5b7a4 (patch)
tree0cf3b25183d4e0e0081dae237f0d9b7a17f8e5d6 /hosts/moyo/scripts/prepare-network-mounts
parent544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (diff)
downloaddotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.tar.gz
dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.tar.bz2
dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.zip
Finish adding files from new moyo, misc updates
Diffstat (limited to 'hosts/moyo/scripts/prepare-network-mounts')
-rwxr-xr-xhosts/moyo/scripts/prepare-network-mounts5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/moyo/scripts/prepare-network-mounts b/hosts/moyo/scripts/prepare-network-mounts
new file mode 100755
index 0000000..68afa14
--- /dev/null
+++ b/hosts/moyo/scripts/prepare-network-mounts
@@ -0,0 +1,5 @@
+#! /usr/bin/env sh
+su -c 'mount --bind /mnt/store/nfs /srv/nfs && \
+ /home/andrew/scripts/export-nfs /srv/nfs/c && \
+ /home/andrew/scripts/export-nfs /srv/nfs/pics && \
+ /home/andrew/scripts/export-nfs /srv/nfs/samba'