void-docs
void-docs copied to clipboard
mdbook source for docs.voidlinux.org
Recently I needed to run a glibc dependent program on musl, preferably without having root privileges, and I had difficulties getting proot to work properly. It would have been useful...
I found during the installation process of gnome some imprecision that made me restart the installation from the beginning. Hope this changes could help some new users :)
Following the instruction on the Bluetooth doc are not enough to make Bluetooth work on Raspberry pi 4 (the Bluetooth device is not found). [This guide](https://figuregeek.eu/linux/1842) shows how to do...
That avoids this issue: ``` disable-paste: cannot open mouse connection 00:00:00.006 [ERROR] [wlr] [libseat] [libseat/backend/logind.c:310] Could not activate session: Permission denied 00:00:00.006 [ERROR] [wlr] [libseat] [libseat/libseat.c:79] No backend was able...
Hi! I want create a repository mirror in Brazil. We need. But I saw that the size is around 1TB. I need ways (how to) how to reduce the size...
refs: #63 A simple shell script could make the job.
This PR just appends some text to the partitioning instructions to clarify what type of partition to create out of the massive list of partition types.
The FDE guide [here](https://docs.voidlinux.org/installation/guides/fde.html#luks-key-setup) currently shows the following example `/etc/crypttab`: ``` voidvm /dev/sda1 /boot/volume.key luks ``` This should be changed to using the UUID of the encrypted device/partition, as the...
On doc for FDE, in pass to init Luks container, is mentioned to init /dev/sda1, but this is EFI partition. Correctly is /dev/sda2 This image show the error: https://i.ibb.co/P6MSywY/image-2020-12-11-19-02-12.png Another...