Skip to content

Commit b724b4f

Browse files
wezmq66
authored andcommitted
install: Add -U to genfstab examples
1 parent 306140b commit b724b4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_docs/installation/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ The installation scripts come with a `fstab` generator. You can invoke
250250
it like:
251251

252252
```
253-
# genfstab / >> /etc/fstab
253+
# genfstab -U / >> /etc/fstab
254254
```
255255

256256
It is also possible to invoke it from the outside of the system, e.g.
257257
like:
258258

259259
```
260-
# genfstab /media/root >> /media/root/etc/fstab
260+
# genfstab -U /media/root >> /media/root/etc/fstab
261261
```
262262

263263
You might want to manually edit the generated `fstab` to remove useless

0 commit comments

Comments
 (0)