Skip to content

Commit d8e8ca1

Browse files
committed
add example
1 parent 88d696a commit d8e8ca1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ file suitable for your distribution, usually located in */etc/modules-load.d*
9494
echo nullfs > /etc/modules-load.d/nullfs.conf
9595
```
9696

97+
Example entry for `/etc/fstab`, mounting the filesystem to `/nullfs`:
98+
99+
100+
```
101+
none /nullfs nullfs auto
102+
```
103+
97104
### keep
98105

99106
There is the possiblity to exclude certain files from beeing sent into the void.

0 commit comments

Comments
 (0)