void-docs
void-docs copied to clipboard
mdbook source for docs.voidlinux.org
The docs in `chroot.md` tell to setup `fstab` by copying `/proc/mounts` and then modifying it. They advise to: > Change the last zero of the entry for / to 1,...
Right now the official docs say in `chroot.md` for swap in the `fstab`: ``` UUID=1cb4[...] swap swap rw,noatime,discard 0 0 ``` `fde.md` says: ``` /dev/voidvm/swap swap swap defaults 0 0...
https://docs.voidlinux.org/config/date-time.html Does not have any example how to fix the date and time on a system with incorrect date and time.. xpbs-install -S chrony wouldn't work because the ssl cert...
https://github.com/void-linux/void-docs/pull/641 made me wonder if it's better to drop the section [Signing Repositories](https://docs.voidlinux.org/xbps/repositories/signing.html) and link to the README instead. Alternatively, drop the section in the README and link to the...
Copied from https://github.com/void-linux/void-packages#sharing-and-signing-your-local-repositories
Currently it uses `virtualpkg=linux:linux5.6` as example which has some weird side effects, `ignorepkg` is more appropriate in this case. A good alternative would be to actually use a real virtual...
network group is still used according to https://github.com/void-linux/void-packages/pull/34703#issuecomment-1001186315
AIUI, this bullet point refers to the clean "environment" of a process, and not to the concept of process state (e.g. running/failed/degraded/...).
There have been multiple reports in IRC about localtime settings not working. I was able to get this working by setting BOTH /etc/localtime and TIMEZONE="US/Central" in `rc.conf`, while the comments...
i've now completed a low-hanging-fruit pass of wiki articles to mark articles that i'm confident are either: * satisfactorily covered by the Handbook; and/or * clearly out-of-scope for the Handbook...