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:
B. Watson 2023-04-25 02:03:10 -04:00 committed by Willy Sudiarto Raharjo
parent b09a23d034
commit 76fb96a221
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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
```