Benjamin Gilbert
Benjamin Gilbert
Also, I don't think the `udevadm settle` is necessary.
Until then, you should be able to build and install from Git for cache configuration support.
Good to delete from my side. Thanks for the fix!
[ssh-key-dir](https://github.com/coreos/ssh-key-dir) is an `AuthorizedKeysCommand` implemented as a workaround for the missing `~/.ssh/authorized_keys.d` support. It's been shipping in Fedora CoreOS by default for a couple years now.
We arrived at Afterburn's current hostname policy after much debate and debugging, and changing it would likely break existing users. If you'd like to add a command-line option to write...
Works for me. Note that there isn't a great way to configure the `afterburn-hostname.service` service at runtime, since it runs in the initrd. (For example, Ignition can't reconfigure the initrd.)...
Ah, okay, cool. Happy to ship a command-line option to be invoked by a distro that integrates Afterburn.
Thanks for the PR! I won't be able to do future review rounds on this, unfortunately, but hopefully someone else on the team can take a look. Closing/reopening to kick...
Thanks for the PR! #243 is currently waiting for me to review it. I have a few other things to finish first, but it's on my list. mypy for ≥...
Some initial comments: - Please remove the quoting changes. They make the diff hard to read, and (as is hopefully obvious) OpenSlide Python mostly uses single quotes for strings. Likewise,...