We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306140b commit b724b4fCopy full SHA for b724b4f
1 file changed
_docs/installation/install.md
@@ -250,14 +250,14 @@ The installation scripts come with a `fstab` generator. You can invoke
250
it like:
251
252
```
253
-# genfstab / >> /etc/fstab
+# genfstab -U / >> /etc/fstab
254
255
256
It is also possible to invoke it from the outside of the system, e.g.
257
like:
258
259
260
-# genfstab /media/root >> /media/root/etc/fstab
+# genfstab -U /media/root >> /media/root/etc/fstab
261
262
263
You might want to manually edit the generated `fstab` to remove useless
0 commit comments