Skip to content

Commit

Permalink
<wait>
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jun 2, 2021
1 parent 61f09f7 commit 46ff388
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions packer/libvirt-leap-15.2/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<esc><wait5><enter><wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1<wait5> ",
"install=http://download.opensuse.org/distribution/leap/15.2/repo/oss<wait5> ",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml<wait5> ",
"<esc><wait><enter><wait>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 <wait>",
"install=http://download.opensuse.org/distribution/leap/15.2/repo/oss <wait>",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml <wait>",
"<enter>"
],
"boot_wait": "3s",
Expand Down
8 changes: 4 additions & 4 deletions packer/libvirt-tumbleweed/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<esc><wait5><enter><wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1<wait5> ",
"install=http://download.opensuse.org/tumbleweed/repo/oss<wait5> ",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml<wait5> ",
"<esc><wait><enter><wait>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 <wait>",
"install=http://download.opensuse.org/tumbleweed/repo/oss <wait>",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml <wait>",
"<enter>"
],
"boot_wait": "3s",
Expand Down
8 changes: 4 additions & 4 deletions packer/virtualbox-leap-15.2/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<esc><wait5><enter><wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1<wait5> ",
"install=http://download.opensuse.org/distribution/leap/15.2/repo/oss<wait5> ",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml<wait5> ",
"<esc><wait><enter><wait>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 <wait>",
"install=http://download.opensuse.org/distribution/leap/15.2/repo/oss <wait>",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml <wait>",
"<enter>"
],
"boot_wait": "3s",
Expand Down
8 changes: 4 additions & 4 deletions packer/virtualbox-tumbleweed/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<esc><wait5><enter><wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1<wait5> ",
"install=http://download.opensuse.org/tumbleweed/repo/oss<wait5> ",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml<wait5> ",
"<esc><wait><enter><wait>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 <wait>",
"install=http://download.opensuse.org/tumbleweed/repo/oss <wait>",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml <wait>",
"<enter>"
],
"boot_wait": "3s",
Expand Down

0 comments on commit 46ff388

Please sign in to comment.