autounattend: use ForceShutdownNow instead of FirstLogonCommands shutdown #11
Loading…
Reference in New Issue
No description provided.
Delete Branch "astro/wfvm:forceshutdownnow"
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?
this moves the return a little earlier in the installation process.
it is less of a hack, and less problematic with custom
defaultUser
settings.
@astro I don't feel qualified to comment on the technical side of things here. If this is tested and works, let's merge it.
As this patch shifts the OOBE pass to the next layer (
DisablePasswordExpiry
), that will run longer. I found it helpful to increase timeout on slower machines.@parthy Care to test wfvm pull requests in your environment?
Unfortunately, due to the change in
ec54c9bf9b
, our pipeline fails to run on this:qemu-system-x86_64: QXL VGA not available
Do you run qemu that is built w/o support for
-vga qxl
? That should be fixable.I'm not running any custom qemu. I think the build process just picks
pkgs.qemu
, or not? Is it the fact that I am running the build in a pure server environment? (GitLab pipeline, Hydra)@parthy The issue is that the build process contains qemu_test which seems to lack QXL by default now.
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.