1ef08f37d8ae1b73f6148749cdedee99861fe397
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / fstab
1 package fstab
2
3 config section
4         option name     'mount'
5         option title    'Filesystem entry'
6         option package  'fstab'
7
8 config variable
9         option name     'device'
10         option title    'Device node'
11         option section  'fstab.mount'
12
13 config variable
14         option name     'enabled'
15         option title    'Enable this mount point'
16         option section  'fstab.mount'
17         option datatype 'boolean'
18
19 config variable
20         option name     'fstype'
21         option title    'Filesystem type'
22         option section  'fstab.mount'
23
24 config variable
25         option name     'options'
26         option title    'Mount options'
27         option section  'fstab.mount'
28
29 config variable
30         option name     'target'
31         option title    'Mount point'
32         option section  'fstab.mount'
33         option datatype 'directory'
34
35
36 config section
37         option name     'swap'
38         option title    'Swap entry'
39         option package  'fstab'
40
41 config variable
42         option name     'device'
43         option title    'Swap file or Partition'
44         option section  'fstab.swap'
45
46 config variable
47         option name     'enabled'
48         option title    'Enable this swap'
49         option section  'fstab.swap'
50         option datatype 'boolean'