Skip to content

Commit df04d43

Browse files
authored
Merge pull request #99 from EWBr0wn/update-anaconda-bootstring
Update boot_command
2 parents e4e216e + 6c08f9c commit df04d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rockylinux8/box-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"type": "virtualbox-iso",
2525
"boot_command": [
26-
"<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ks.cfg<enter><wait>"
26+
"<tab> text inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ks.cfg<enter><wait>"
2727
],
2828
"boot_wait": "10s",
2929
"disk_size": 81920,

0 commit comments

Comments
 (0)