|
@@ -16,12 +16,12 @@ config 'mount'
|
|
|
option 'target' '/mnt/sg'
|
|
|
option 'enabled' '1'
|
|
|
option 'enabled_fsck' '0'
|
|
|
- option 'options' 'rw,noatime,nodiratime'
|
|
|
+# option 'options' 'rw,noatime,nodiratime'
|
|
|
|
|
|
## compatibility
|
|
|
config 'mount'
|
|
|
- option 'label' 'sg-user'
|
|
|
+ option 'device' '/dev/sda'
|
|
|
option 'target' '/mnt/sg'
|
|
|
option 'enabled' '1'
|
|
|
option 'enabled_fsck' '0'
|
|
|
- option 'options' 'rw,noatime,nodiratime'
|
|
|
+# option 'options' 'rw,noatime,nodiratime'
|