We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the official docs say in chroot.md for swap in the fstab:
chroot.md
fstab
UUID=1cb4[...] swap swap rw,noatime,discard 0 0
fde.md says:
fde.md
/dev/voidvm/swap swap swap defaults 0 0
The void-installer does:
void-installer
echo "UUID=$uuid none swap sw 0 0" >>$TARGET_FSTAB
Archwiki says:
UUID=device_UUID none swap defaults 0 0
fstab(5) says:
fstab(5)
none
If the discard option is used, then probably the docs + installer should also say/do swapon -d.
discard
swapon -d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now the official docs say in
chroot.md
for swap in thefstab
:fde.md
says:The
void-installer
does:Archwiki says:
fstab(5)
says:none
for second fieldIf the
discard
option is used, then probably the docs + installer should also say/doswapon -d
.The text was updated successfully, but these errors were encountered: