nfs
This commit is contained in:
@ -66,7 +66,7 @@ cluster-domain: cluster.local
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
h1 "Install NFS"
|
h1 "Install NFS"
|
||||||
apt-get install -y nfs-common
|
apt-get install -y nfs-server
|
||||||
mkdir /data
|
mkdir /data
|
||||||
chmod -cR 777 /data
|
chmod -cR 777 /data
|
||||||
cat << EOF >> /etc/exports
|
cat << EOF >> /etc/exports
|
||||||
|
Reference in New Issue
Block a user