void-docs icon indicating copy to clipboard operation
void-docs copied to clipboard

mdbook source for docs.voidlinux.org

Results 161 void-docs issues
Sort by recently updated
recently updated
newest added

the exclude field is a list of regexes, so most of those links could match other urls. Also switched to using toml raw strings. https://michael-f-bryan.github.io/mdbook-linkcheck/mdbook_linkcheck/struct.Config.html#structfield.exclude

also remove the usb boot section, as it should not be necessary as of void-linux/void-mklive#361 because partition UUIDs are now used instead of device paths.

Manually setting `$XDG_RUNTIME_DIR` is not trivial to do while staying compliant to the XDG spec as noted in issue #635. This proposed way handles `$XDG_RUNTIME_DIR` properly without having to install...

The link to the GRUB bug (59409) is pointing and referring to a duplicate of the real bug (55093). This PR corrects that error.

this pr adds a paragraph underneath XDG_RUNTIME_DIR that describes how to use pam_rundir to set it up, as this in my mind is more helpful than just telling users to...

(i'll make a pr later, but this is so i don't forget.) Should mention incus groups, subpackages and perhaps `echo "root:1000000:1000000000" | doas tee -a /etc/subuid /etc/subgid`

In [installation/chroot/configure fstab](https://docs.voidlinux.org/installation/guides/chroot.html#configure-fstab) you are supposed to overwrite `/etc/fstab` with the contents of `/proc/mounts`: ``` [xchroot /mnt] # cp /proc/mounts /etc/fstab ``` Then it says: > Remove lines in `/etc/fstab`...