samstagern

Results 7 issues of samstagern

add Ubuntu 24.04 as a possible option. Tested the creation of a new working HyperV machine with the option.

.\New-HyperVCloudImageVM.ps1 -VMProcessorCount 2 -VMMemoryStartupBytes 4GB -VHDSizeBytes 20GB -VMName $VMName -ImageVersion "22.04" -VirtualSwitchName $SwitchName -VMGeneration 2 -NetAddress $VMNetAddress -NetGateway $NATGatewayIP -NameServers $VMNameServers -ShowSerialConsoleWindow -ShowVmConnectWindow -GuestAdminUsername "admin" -GuestAdminPassword "admin" -GuestAdminSshPubKey "$key" -Verbose...

When using alternative Name Servers apt update in CloudImage does not find the nameservers. Making the provisioning very slow.

A small test suite of Pester tests would be helpful to see if code changes break existing code. I can provide a basic suite of Pester test cases on my...

the provisioning stalls when using alternative DNS servers as the DNS settings are not applied before apt update and apt upgrade run: - add /etc/systemd/resolv.conf template to cloudimage - do...