Skip to content
Daniel Hiepler edited this page Aug 30, 2023 · 14 revisions

/bootstrap-plugins/sshfs - mount local filesystem on raspberry pi via ssh + fuse

Config parameters

Name Description Default Value
RPI_SSHFS_URL sftp url
RPI_SSHFS_MOUNTPOINT directory to mount fs /mnt/net

Distfiles

none

Examples

RPI_BOOTSTRAP_PLUGINS+=("sshfs") to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "sshfs" ... ) to place at some position in the current list.

TODO

Tests

TODO

Clone this wiki locally