netmount: fix comments in configfiles, thanks to ilya

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-12 10:51:11 +01:00
parent 768d974aaf
commit f8fd5bc58d

View File

@ -1,17 +1,17 @@
# Mounting Network shares on boot # netmount.conf
# This configuration file allows to setup Network mounts via CIFS (Samba) or NFS #
# (not yet included) # This configuration file allows you to setup network mounts via
# This is an sample file, please rename or copy this file to netmount.conf # CIFS (Samba) while the system is booting
# (location /storage/.config/ or inside the samba share "Configfiles" #
# This is an sample file, please rename or copy this file to
# netmount.conf in the samba share "Configfiles" (or /storage/.config/)
# #
# Usage: # Usage:
# service | share on server | local mountpoint | mount options # service | share on server | local mountpoint | mount options
# #
# - please use an "|" as delimiter # - Please use an "|" as delimiter
# - dont use spaces in usernames, passwords and options. # - Don't use spaces in usernames, passwords and options
# - local mountpoints can be only on /storage and /media (not recommended!). # - Local mountpoints should only be on /storage
# - you can use any dir inside the XBMC home /storage/.xbmc/... for local
# mountpoints if you need this for some reasons.
# #
# Examples: # Examples:
# cifs | //192.168.1.44/videos | /storage/mount/videos | username=user,password=secret # cifs | //192.168.1.44/videos | /storage/mount/videos | username=user,password=secret