marcinbojko / hv-packer

Hyper-V Generation 2 Packer Templates for Windows 2019/2022, AlmaLinux 8.x/AlmaLinux 9.x/RockyLinux 8.x/9.x/OracleLinux 8.x/9.x Ubuntu 20.04/Ubuntu 22.04/Ubuntu 24.04
188 stars 74 forks source link

I get a warning and it says that source code is not available #14

Closed HackerBaloo closed 1 year ago

HackerBaloo commented 1 year ago

I get the warning below. But I run the script from the root of the repository, what source code is not available?

Building: Ubuntu 22.04
Warning: Hyper-V might fail to create a VM if there is not enough free memory in the system.

  on ./templates/hv_ubuntu2204_g2.pkr.hcl line 95:
  (source code not available)

The configuration is valid.
marcinbojko commented 1 year ago

This is packer's warning about not setting MEM. It's the internal message - ONLY a warning. As you can see config is valid.

HackerBaloo commented 1 year ago

OK, but do you also get that the source code is not available?