Last active
July 18, 2021 05:50
-
-
Save Kuanlin-Chen/b223a52fbf0a15c00f4759b74157d96b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Key | Description | |
---|---|---|
wim_file_path | The path of the WIM file from the mounted ISO. | |
image_name | Windows version that will be used. | |
image_path | The destination of the generated image. | |
virtual_disk_format | Select between VHD VHDX QCOW2 VMDK or RAW. | |
image_type | Choose between MAAS KVM VMware or Hyper-V | |
cpu_count | The number of CPU cores assigned to the VM. | |
ram_size | RAM (bytes) assigned to the VM used to generate the image. | |
disk_size | Disk space (bytes) assigned to the boot disk for the VM. | |
external_switch | The name of the virtual switch that VM will be using. | |
virtio_iso_path | The path of VirtIO driver. | |
msi_path | The Cloudbase-Init msi at this path will be used. | |
cloudbase_init_config_path | The cloudbase-init.conf at this path will be used. | |
cloudbase_init_unattended_config_path | The cloudbase-init-unattend.conf at this path will be used. | |
time_zone | Set a custom timezone. | |
ntp_servers | Set custom ntp servers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment