aboutsummaryrefslogtreecommitdiff
path: root/docs/sample-environment.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2023-11-18 22:08:45 -0500
committerspmfox <spmfox@foxwd.com>2023-11-18 22:08:45 -0500
commit25d3e426c9116ef959e5cab133a70f5edec9b98d (patch)
treefd97658a604d79cb32a38ad21e671e9ce43f36ed /docs/sample-environment.yml
parent7017973571535690b8dbdb2db39092c905de0c8e (diff)
if kickstart is not being used, change the install to 'cdrom' from 'location' to support Windows, adding cpu_type for windows support as well
Diffstat (limited to 'docs/sample-environment.yml')
-rw-r--r--docs/sample-environment.yml1
1 files changed, 1 insertions, 0 deletions
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"