Yury Bushmelev
Yury Bushmelev
The Text UI routines are here: https://github.com/kexecboot/kexecboot/blob/master/src/tui.c (see `tui.h` also) The main question is how to inject the console keypresses into the main event loop here: https://github.com/kexecboot/kexecboot/blob/master/src/kexecboot.c#L981. In console-only case...
You can use VirtualBox builtin provider as a reference I guess.. my Ruby foo is not that great so it's hard to say where to look exactly.. feel free to...
Few more on how to get that working if/when support will be implemented: 1. wget -O debian-11-genericcloud-arm64.qcow2 https://cloud.debian.org/images/cloud/bullseye/20221108-1193/debian-11-genericcloud-arm64-20221108-1193.qcow2 2. Use the `Vagrantfile`: ```ruby # Basic Vagrant config (API version 2)...
Hi! I was the original requestor on Slack. My need is to run a Puppet module acceptance tests on a FreeBSD. Lima is really attractive here because it's headless and...
> Should we maybe keep also the images that are included in the current template versions, not only instances ? I have no strong opinion on this.. my case is...
I've simplified things and removed the `prune` subcommands. New CLI switches added instead: ``` -F, --fallback Only prune images without a digest specified (fallback images usually) -U, --unreferenced Only prune...
Updates: 1. Downloads referenced by a template are dropped from the PR scope 2. Changes are rebased on the current master branch 3. Commits are squashed 4. Few small improvements...
If there is no release expected in 2 next days I'd like to add dry run because I like the idea. I'll add it tomorrow.
> > * Downloads referenced by a template are dropped from the PR scope > > I somehow missed this. What is the reason for that? The reason was to...
> I'm running out of time again, but I also think the `--no-digest-only` implementation doesn't work: Well.. you're right :( I just found it's broken.. I've over-optimized things a bit.....