mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/fuse-overlayfs: README is text, not Markdown.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b09a23d034
commit
76fb96a221
1 changed files with 0 additions and 4 deletions
|
@ -8,12 +8,8 @@ upperdir and a workingdir.
|
|||
|
||||
# Usage:
|
||||
|
||||
```shell
|
||||
$ fuse-overlayfs -o lowerdir=lowerdir/a:lowerdir/b,upperdir=up,workdir=workdir merged
|
||||
```
|
||||
|
||||
Specify a different UID/GID mapping:
|
||||
|
||||
```shell
|
||||
$ fuse-overlayfs -o uidmapping=0:10:100:100:10000:2000,gidmapping=0:10:100:100:10000:2000,lowerdir=lowerdir/a:lowerdir/b,upperdir=up,workdir=workdir merged
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue