-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation/guides/chroot: improve the fstab section #693
base: master
Are you sure you want to change the base?
Conversation
the installer does this: https://github.com/void-linux/void-mklive/blob/master/installer.sh.in#L1042 |
I think it's better if the examples are aligned to what the installer does, for the other fstab entries too. However, after reading the mount(8), fstab(5) and swapon(8) man pages and performing a quick search on the web, it turns out that So I believe the installer should be changed. Unless specific options are required (e.g.: |
ping |
fstab entries should be ordered, the current example is already wrong. |
- correctly order fstab records - align examples to what the installer does - explain how to change mount options - minor wording and order changes
From mount(8):
Swap is not a filesytem and it doesn't have inodes, so these options are useless.
Since this is just an example, it's ok if it is opinionated, equal to the defaults or not suitable for all use cases, but it should not be wrong or irrelevant.