guestfs-tools updates, flakify, Windows 11 #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "astro/wfvm:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pick esp. the guestfs-tools commit if you want to update your dependencies. The package is only now in nixos-unstable, eventually arriving in nixos-22.11.
I am using WFVM as a Flake now.
Updatesto guestfs-tools updates, flakify@astro Thanks a lot!
Looks good to me. Simple enough.
I'd just ask for updating README instructions with flake with at least a mention - maybe add demo-image derivation there too, although that's not entirely necessary.
Actually I would be very curious how you actually use it with flakes, as I can't get it to work. I'd be very grateful if you left me some more instructions maybe, either here or Mattermost.
I got the original Win10_21H1 ISO file, however calling:
[1/3/5 built, 0.0 MiB DL] building RESTRICTDIST-windows.img: qxl_send_events: spice-server bug: guest stopped, ignoring
I can reproduce the hang with demo-image...
Side note: maybe the MSVC stuff should be done as impure derivations, which have recently landed in Nix. In true Windows ME fashion, Microsoft worked very hard to make downloads and installations of the VS trashware as non-reproducible as possible, and the hashes there aren't really useful as they don't last longer than a few weeks.
Eventually we will move to MSYS2 which doesn't have this kind of problem, and also does not contain spyware.
The demo-image only hangs for me in pure mode, not with
impureMode = true
. Upon the 20th retry the installation went through. This heisenbug makes me desperate, I need new ideas.Also, the msvc layer requires an image to run on. In Windows 10 21H2 however the installation aborts early (hangs the build) if
productKey
is missing.If running without a product key is still your use-case we should find an up to date version that runs for 90d like that.
guestfs-tools updates, flakifyto guestfs-tools updates, flakify, Windows 11Hi!
My fork is now updated to Windows 11. I found a fix to run with
productKey = null;
by adding<Key/>
to the unattended.xml.Please evaluate and consider merging.
@astro Thanks!