Skip to content

Instantly share code, notes, and snippets.

View sustr4's full-sized avatar

Zdeněk Šustr sustr4

View GitHub Profile
#!/bin/sh
#Early steps, just to be sure
apt-get update
apt-get upgrade -y
#NFS Server -- Cargo Cult ;-)
apt-get install -y nfs-kernel-server
echo '/var/lib/one *(rw,sync,no_subtree_check,root_squash,anonuid=9869,anongid=9869)' >> /etc/exports