cd6ed180e3
With this we aim at making the nfs-server element capable of deploying an arbitrary number of shares and to define for each a list of clients allowed and the respective export options. Change-Id: Ib056885c94c3bc475ed0e84237c83414795fc8e0
6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
set -eux
|
|
set -o pipefail
|
|
|
|
install-packages -m nfs-client nfs_client_package
|