From 25d3e426c9116ef959e5cab133a70f5edec9b98d Mon Sep 17 00:00:00 2001 From: spmfox Date: Sat, 18 Nov 2023 22:08:45 -0500 Subject: if kickstart is not being used, change the install to 'cdrom' from 'location' to support Windows, adding cpu_type for windows support as well --- docs/sample-environment.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/sample-environment.yml') diff --git a/docs/sample-environment.yml b/docs/sample-environment.yml index 1f078c0..aaba54c 100644 --- a/docs/sample-environment.yml +++ b/docs/sample-environment.yml @@ -29,6 +29,7 @@ all: vars: memory_mb: 1024 cpus: 1 +# cpu_type: "" This defaults to 'host-passthrough', however for Windows it can be defined as 'host' otherwise it will not install disk_gb: 20 disk_format: "raw" timezone: "America/New_York" -- cgit