Zac
Zac
I'm also wondering what the workaround is here... :)
@Mingun Thanks so much!! :tada:
@enkelprifti98 Thanks - that's a great idea. Do you mind opening a new issue for this? Additional details on the setup and options used will be super helpful. Just FYI...
^ Added additional `build-dependencies` to the variant `Cargo.toml`'s.
^ Remove offending `--bin` from `early-boot-config`'s `%build` line in `os.spec` that was causing builds to fail
^ In the `os` package, build `early-boot-config` separately with the `--bin` flag. This ensures only that binary is built, and not the user data providers which may have architecture-dependent components.
^ Ensure VMware guestinfo provider is only included for x86_64
^ Added an `early-boot-config` package, moving it out of the `os` package. Renamed all the related user data provider packages with the prefix `early-boot-config`
Hi @danmx! Could you provide more details about your setup? Would you be wanting the DNS cache for the host or for the containers?
@joelchen @mjgp2 Out of curiosity, could either of you share some additional details around your setup and your need for swap? My first thought is that a script in a...