blob: cc755b4db4623cd24fdbd1586358cf023cf34155 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# mapdir <optional relative path under mount>
# <relative path under source to mount>
# ...
mapdir
mod1
mod2
mod3
mod4
# mapdircreate <optional relative path under mount>
# <relative path under source to mount>
# ...
mapdircreate
overwrite
# mapfile <optional relative path under mount>
# <relative path under source to mount>
# ...
mapfile root1.txt
root1.txt
mapfile root1w.txt
root1w.txt
mapfile root2.txt
root2.txt
mapfile root2w.txt
root2w.txt
|