camoz

Results 58 issues of camoz

Sorry for the nitpick, but I just noticed this. Sometimes there is a space before the `...`, sometimes not: ``` # xbps-install bmon [...] [*] Downloading packages bmon-4.0_5.x86_64.xbps.sig: 512B [avg...

Some ideas to improve readability: - [ ] Numbers in the `Download size` column of `xbps-install` should be right-aligned to improve readability, as is already the case for the summary...

- Package size numbers (and maybe other sizes) are calculated/displayed in units based on powers of 2 (e.g. `KiB`), but the wrong unit is displayed, namely units based on powers...

For f2fs, set fs_passno also to 0 if not a root filesystem. For btrfs and xfs, set fs_passno to 0 in all cases. See fsck.btrfs(8) and fsck.xfs(8) for more information....

installer

What do you think, would it make sense to include tmux/screen in the live ISOs to provide scrollback? Installs are often done on bare-metal, where (at least in my experience)...

enhancement

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...

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...

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...

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:...