f8b4f63cbb
The change adds nfs-ganesha to the container image. Nfs-ganesha is compiled with dbus support on. Also some initial container setup is performed. Change-Id: Ic0b350ce5aa2efd16dc71e46dcd3c6159ca17978
5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
cd /
|
|
echo Starting rpcbind...
|
|
/sbin/rpcbind -d
|