sshfs Profile

sshfs profile is the sshfs package to be included in the installed operating system.

It's profile name is known as sshfs.

sshfs is available since v0.2.0.

Inclusion

There are a number of ways depending on how you use Granatum.

Granatum Templated .conf Method

To include sshfs in Granatum templated .conf file, add it into plist.

1
2
3
4
# plist is the list of profiles to be included in this configuration file. It
# ...
# the names are separated by space.
plist="... sshfs ..."

Crude Simple-CDD .conf Method

If you're using your own .conf file, then simply include sshfs into both profiles and auto_profiles:

1
2
profiles="sshfs ..."
auto_profiles="sshfs ..."

sshfs.packages

sshfs only includes its own inside the post-install packages. The final operating system should have sshfs setup and ready to use system-wide.