Andrew Benson

Results 53 comments of Andrew Benson

The issue isn't FreeBSD specific, it's all 32-bit platforms it seems.

See also error[E0308]: mismatched types --> src/nodes/mod.rs:180:48 | 180 | try_path(path, |p| unistd::truncate(p, size as i64)) | ^^^^^^^^^^^ expected i32, found i64

Many of the examples are shown using Legacy BIOS Boot, not UEFI. We could include examples for both, I guess, but that'd be repetitive.

Update to the latest version (0.72) and force push to this branch

One commit per template

1. Change the commit message to follow the convention in [`CONTRIBUTING.md`](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes). 2. You will need to rebase any patches in `srcpkgs/gitea/patches/`

You need to change the commit message, not the PR title.

> I want to try Void as soon as this is released. :) Here is a walkthrough https://docs.voidlinux.org/installation/guides/fde.html

> Could it be a matter of checking that no server answered at all, and then error out? This was brought up on #voidlinux, today. This was my thought, as...