mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-08 20:12:56 -04:00
Markdown fixes
This commit is contained in:
parent
9aa02f4277
commit
1d96ef6d8f
@ -170,7 +170,9 @@ This should be relatively straightforward if you're already familiar
|
||||
with adding other FUSE file systems to `/etc/fstab`. An entry looks
|
||||
like this:
|
||||
|
||||
dwarfs#/path/to/image.dwarfs /mnt/mountpoint fuse noauto,defaults,user,cachesize=1g 0 0
|
||||
```
|
||||
dwarfs#/path/to/image.dwarfs /mnt/mountpoint fuse noauto,defaults,user,cachesize=1g 0 0
|
||||
```
|
||||
|
||||
The first bit before the `#` tells `mount` to look for `mount.dwarfs`,
|
||||
which is installed as a symbolic link to the DwarFS FUSE driver. The
|
||||
|
@ -565,12 +565,14 @@ separators.
|
||||
Patterns also support character classes.
|
||||
|
||||
Here's an example rule set:
|
||||
|
||||
```
|
||||
+ File/Spec/[EM]*.pm
|
||||
- unicore/**.pl
|
||||
+ *.pl
|
||||
- *
|
||||
```
|
||||
|
||||
This set of rules will include all files matching `File/Spec/[EM]*.pm`
|
||||
anywhere in the hierarchy. It will also include all `*.pl` files, except
|
||||
for those anywhere below a `unicore` directory. The last rule excludes
|
||||
|
Loading…
x
Reference in New Issue
Block a user