Sfoglia il codice sorgente

Fix mount examples in the README

The enabled flag is mandatory.
tags/2016.12
Simon Pasquier 8 anni fa
parent
commit
376262a39d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      README.rst

+ 2
- 0
README.rst Vedi File

@@ -558,6 +558,7 @@ Linux with mounted Samba
enabled: true
mount:
samba1:
- enabled: true
- path: /media/myuser/public/
- device: //192.168.0.1/storage
- file_system: cifs
@@ -599,6 +600,7 @@ LVM group `vg1` with one device and `data` volume mounted into `/mnt/data`
storage:
mount:
data:
enabled: true
device: /dev/vg1/data
file_system: ext4
path: /mnt/data

Loading…
Annulla
Salva