summaryrefslogtreecommitdiffstats
path: root/rocky-9-x86_64.json
diff options
context:
space:
mode:
Diffstat (limited to 'rocky-9-x86_64.json')
-rw-r--r--rocky-9-x86_64.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/rocky-9-x86_64.json b/rocky-9-x86_64.json
index 4b4e08d..8ae43b5 100644
--- a/rocky-9-x86_64.json
+++ b/rocky-9-x86_64.json
@@ -28,16 +28,16 @@
"shutdown_command": "{{ user `shutdown_command` }}",
"http_directory": "{{ user `http_dir` }}",
"boot_command": [
- "<tab><bs><bs><bs><bs><bs>inst.text inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ks.cfg<enter><wait>"
-# "<up><tab> ",
-# "linux inst.cmdline biosdevname=0 net.ifnames=0 ",
-# "rootpw={{ user `ssh_password` }} ",
-# "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}",
-# "<enter>"
+ "<esc><wait>",
+ "linux inst.cmdline biosdevname=0 net.ifnames=0 ",
+ "rootpw={{ user `ssh_password` }} ",
+ "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{ user `kickstart_path` }}",
+ "<enter>"
],
"qemuargs": [
["-m", "{{ user `memory` }}"],
- ["-smp", "{{ user `cpus` }}"]
+ ["-smp", "{{ user `cpus` }}"],
+ ["-cpu", "host"]
]
}],
"post-processors": [{