Alexander van der Grinten

Results 119 comments of Alexander van der Grinten

This also applies to devices provided by DTBs. CC @qookei.

> Oh my bad, I thought this was for package dependency versions, not xbstrap's version itself Maybe the property should be called `xbstrap_version` to clarify this.

Thanks you for the report. For clarification: you built the docker image from our Dockerfile and only modified the docker command line, right?

xbstrap 0.16 is up to date. It should not result in these validation errors. Is xbstrap inside the Docker image up to date? Regarding the configure error in binutils: it...

Thank you for figuring this out. Strangely, on Debian (with Docker CE instead of podman), `sudo` is not required. We should converge to a solution that does not require `sudo`...

What's the state of this port? Does it compile / work / can it be tested in some way?

Getting informative data from the kernel is better done by adding a `kerncfg` request. That way, we don't need to add a lot of additional syscalls, and it's easier to...

Multi-threading can of course improve performance. In the long term, it'd be nice to make the server multi-threaded. However, I don't think that it impacts multi-NIC operation (at least not...

What's the benefit of this command compared to `xbstrap install --update`?

Do commands on local repositories work? (For example after copying a repository into the sysroot?) Stuff like `git add`, `git status`, `git commit`?