Switch to cdrom for kickstart script
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Danny Bessems 2023-04-21 14:55:33 +02:00
parent 1c4858f0ad
commit 136226ce32
2 changed files with 4 additions and 2 deletions

View File

@ -188,6 +188,8 @@
], ],
"boot_wait": "{{user `boot_wait`}}", "boot_wait": "{{user `boot_wait`}}",
"cluster": "{{user `cluster`}}", "cluster": "{{user `cluster`}}",
"cd_files": ["{{user `http_directory`}}"],
"cd_label": "OEMDRV",
"communicator": "ssh", "communicator": "ssh",
"convert_to_template": "{{user `convert_to_template`}}", "convert_to_template": "{{user `convert_to_template`}}",
"cpu_cores": "{{user `cpu_cores`}}", "cpu_cores": "{{user `cpu_cores`}}",

View File

@ -1,7 +1,7 @@
{ {
"boot_command_prefix": "<up><tab> text ip=dhcp inst.ks=", "boot_command_prefix": "<up><tab> text inst.ks=",
"boot_command_suffix": "/8/ks.cfg<enter><wait>", "boot_command_suffix": "/8/ks.cfg<enter><wait>",
"boot_media_path": "http://{{ .HTTPIP }}:{{ .HTTPPort }}", "boot_media_path": "cdrom:",
"build_name": "rhel-8", "build_name": "rhel-8",
"distro_arch": "amd64", "distro_arch": "amd64",
"distro_name": "rhel", "distro_name": "rhel",