Will Woods
Will Woods
Network device renaming can be disabled with the boot option `net.ifnames=0`. (`biosdevname=0` is used on older systems like RHEL6). IPv6 can also be disabled with boot options: `ipv6.disable_ipv6=1` disables IPv6...
(@ondrejbudai pointed out that we already have [`org.osbuild.chrony`](https://github.com/osbuild/osbuild/blob/7/stages/org.osbuild.chrony), so we don't need to worry about that one. Yay!)
> I'd expect most user config to happen post-build. Yeah, it seems pretty typical to have image configuration mostly happen at first boot. This makes sense, because there are a...
> @wgwoods are there any challenges that might prevent Ansible from being used for the build-time/pre-boot tasks? If so, I'm curious what they are and hopefully there are ways an...
Short answer: we chatted a bit about that last week and @bcl and I prefer a generic ansible-like file manipulation stage, but @larskarlitski and @teg are.. not thrilled with the...
(note that the current test failures are due to a bug in upstream Rust nightly - see https://github.com/rust-lang/rust/issues/89432)
Not sure the tests are actually getting run - might need to tweak the github workflows, since they run with "--no-default-features" and don't turn "wasmldr" back on...
Blerg, the tests inside `internal/wasmldr` are busted now because I moved those test sources to the toplevel `tests/wasm` for use with the wasm integration tests. And I don't know why...
Okay! Fixed up the last couple of things and now everything passes except the SGX tests, which are failing due to something WASI-specific... which probably indicates a bug in the...
Aw blerg. Yeah, this is technically possible. At the moment, I think the syntax allows whitespace after the `=`, so it should work fine for lines like: ``` Description= Expense...