void-docs
void-docs copied to clipboard
mdbook source for docs.voidlinux.org
Currently, the void-docs page for full-disk encryption states: > [Cryptsetup](https://man.voidlinux.org/cryptsetup.8) defaults to LUKS2, yet GRUB releases before 2.06 only had support for LUKS1. Therefore, it might make sense to force...
Reasons for mentioning this: - using `xpkg` is much simpler: one command without arguments vs. 3 commands piped together - xpkg is much faster: 0.13 s versus 3.28 s (on...
In the Power Management section, acpid and elogind are both mentioned, along with the incompatibility between them. However, the only documented "solution" is to completely disable acpid (which breaks things...
Following the installation guide at https://docs.voidlinux.org/installation/index.html, I can't verify the signature authenticity for the 2021/02 release (`void-live-x86_64-20210218.iso`). I've removed the first line, but minisign still doesn't like it. ``` ❯...
Greetings, Current version of Docs is available only in American English. In my opinion, people that use Void are not new to the Linux world. People that often switch from...
Add link to instructions for creating new packages.
- The section [Verifying digital signature](https://docs.voidlinux.org/installation/index.html#verifying-digital-signature) could just link to [Verifying image integrity](https://docs.voidlinux.org/installation/index.html#verifying-image-integrity), and not repeat those instructions. The instructions may have to be adapted a little bit, to make...
I think it would be good if we add a "Maintenance" section or page which describes or links to some of the important maintenance tasks. * Updating packages * Maybe...
The docs have a section called [XDG_RUNTIME_DIR](https://docs.voidlinux.org/config/session-management.html#xdg_runtime_dir) which advises users that are not in a `elogind` environment (which takes care of `XDG_RUNTIME_DIR` automatically) to manually manage it through the shell:...