mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
netmount: fix comments in configfiles, thanks to ilya
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
768d974aaf
commit
f8fd5bc58d
@ -1,17 +1,17 @@
|
||||
# Mounting Network shares on boot
|
||||
# This configuration file allows to setup Network mounts via CIFS (Samba) or NFS
|
||||
# (not yet included)
|
||||
# This is an sample file, please rename or copy this file to netmount.conf
|
||||
# (location /storage/.config/ or inside the samba share "Configfiles"
|
||||
# netmount.conf
|
||||
#
|
||||
# This configuration file allows you to setup network mounts via
|
||||
# CIFS (Samba) while the system is booting
|
||||
#
|
||||
# This is an sample file, please rename or copy this file to
|
||||
# netmount.conf in the samba share "Configfiles" (or /storage/.config/)
|
||||
#
|
||||
# Usage:
|
||||
# service | share on server | local mountpoint | mount options
|
||||
#
|
||||
# - please use an "|" as delimiter
|
||||
# - dont use spaces in usernames, passwords and options.
|
||||
# - local mountpoints can be only on /storage and /media (not recommended!).
|
||||
# - you can use any dir inside the XBMC home /storage/.xbmc/... for local
|
||||
# mountpoints if you need this for some reasons.
|
||||
# - Please use an "|" as delimiter
|
||||
# - Don't use spaces in usernames, passwords and options
|
||||
# - Local mountpoints should only be on /storage
|
||||
#
|
||||
# Examples:
|
||||
# cifs | //192.168.1.44/videos | /storage/mount/videos | username=user,password=secret
|
||||
|
Loading…
x
Reference in New Issue
Block a user