-
Notifications
You must be signed in to change notification settings - Fork 1
sshfs
Daniel Hiepler edited this page Aug 30, 2023
·
14 revisions
/bootstrap-plugins/sshfs - mount local filesystem on raspberry pi via ssh + fuse
Name | Description | Default Value |
---|---|---|
RPI_SSHFS_URL | sftp url | |
RPI_SSHFS_MOUNTPOINT | directory to mount fs | /mnt/net |
none
RPI_BOOTSTRAP_PLUGINS+=("sshfs")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "sshfs" ... )
to place at some position in the current list.
TODO
TODO