samstagern
samstagern
I filed a pull request for that: https://github.com/schtritoff/hyperv-vm-provisioning/pull/14
It makes sense from a license perspective to switch. There is a simpler powershell solution based on the former script here: https://github.com/TheDotSource/New-ISOFile. I am testing it and will likely make...
> Hi @schtritoff > > Your repo helped me out so I was just trying to reciprocate in kind. > > I know oscdimg is an established and official tool...
Using isoinfo is a good way to check if the iso matches the specification of cloud-image: This is the isoinfo from the Microsoft generated one: > > 10:36 $ isoinfo...
I add an alternative iso creation with mkisofs.
can confirm it works. Had a network issue on my side before. Thanks.
I will add a check for the powershell version if my other pull request gets accepted. This would at least give a better error message.
I would like if the code to generate the cloud-init yaml would be in a separate script and function.
Note I made this a draft as I think the solution can have issues with future versions. I will see if I can make the patch more specific.
Test environment setup: I propose to use: - Pester 5 - Putty / Plink - ssh - hvc ssh this means the testing will not work out-of-the box (Pester 3...