summaryrefslogtreecommitdiffstats
path: root/rocky-9-x86_64.json
diff options
context:
space:
mode:
authorJonathan Bauer2023-03-09 16:57:40 +0100
committerJonathan Bauer2023-03-09 16:57:40 +0100
commit27d07fa128ebe4b5d23d37a90a37e6e4beb92923 (patch)
treea496870f067977e84de37d746f941dfdba7042ba /rocky-9-x86_64.json
parentansible-provisioner fix (diff)
downloadpacker-templates-27d07fa128ebe4b5d23d37a90a37e6e4beb92923.tar.gz
packer-templates-27d07fa128ebe4b5d23d37a90a37e6e4beb92923.tar.xz
packer-templates-27d07fa128ebe4b5d23d37a90a37e6e4beb92923.zip
finalize rocky9 support
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": [{