12345678910111213141516171819 |
- config 'global'
- option 'anon_swap' '1'
- option 'anon_mount' '0'
- option 'auto_swap' '1'
- option 'auto_mount' '1'
- option 'delay_root' '5'
- option 'check_fs' '0'
- config 'global' 'automount'
- option 'from_fstab' '1'
- option 'anon_mount' '0'
- ## btrfs is not picked up here, see /opt/lib/scripts/sg-data-mount.sh
- config 'mount'
- option 'label' 'sg-data'
- option 'target' '/www'
- option 'enabled' '1'
- option 'enabled_fsck' '0'
- option 'options' 'rw,noatime,nodiratime,sync'
|