chg: [json] Added more waits, needed on this HW

pull/23/head
Steve Clement 2021-02-05 04:36:55 +00:00
parent 7fdf431809
commit 022773f658
1 changed files with 22 additions and 22 deletions

View File

@ -3,21 +3,21 @@
"builders": [
{
"boot_command": [
"{{ user `boot_command_prefix` }}",
"/install/vmlinuz noapic ",
"initrd=/install/initrd.gz ",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
"debian-installer=en_US auto locale=en_US kbd-chooser/method=us ",
"hostname={{ user `hostname` }} ",
"grub-installer/bootdev=/dev/sda<wait> ",
"fb=false debconf/frontend=noninteractive ",
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ",
"keyboard-configuration/variant=USA console-setup/ask_detect=false ",
"passwd/user-fullname={{ user `ssh_fullname` }} ",
"passwd/user-password={{ user `ssh_password` }} ",
"passwd/user-password-again={{ user `ssh_password` }} ",
"passwd/username={{ user `ssh_username` }} ",
"debconf/frontend=noninteractive ",
"{{ user `boot_command_prefix` }}<wait>",
"/install/vmlinuz noapic <wait>",
"initrd=/install/initrd.gz <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg <wait>",
"debian-installer=en_US auto locale=en_US kbd-chooser/method=us <wait>",
"hostname={{ user `hostname` }} <wait>",
"grub-installer/bootdev=/dev/sda<wait> <wait>",
"fb=false debconf/frontend=noninteractive <wait>",
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA <wait>",
"keyboard-configuration/variant=USA console-setup/ask_detect=false <wait>",
"passwd/user-fullname={{ user `ssh_fullname` }} <wait>",
"passwd/user-password={{ user `ssh_password` }} <wait>",
"passwd/user-password-again={{ user `ssh_password` }} <wait>",
"passwd/username={{ user `ssh_username` }} <wait>",
"debconf/frontend=noninteractive <wait>",
"-- <enter>"
],
"disk_size": "{{user `disk_size`}}",
@ -69,13 +69,13 @@
{
"boot_command": [
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic ",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
"debian-installer=en_US auto locale=en_US kbd-chooser/method=us ",
"hostname={{user `hostname`}} ",
"fb=false debconf/frontend=noninteractive ",
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ",
"keyboard-configuration/variant=USA console-setup/ask_detect=false ",
"/install/vmlinuz noapic <wait>",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg <wait>",
"debian-installer=en_US auto locale=en_US kbd-chooser/method=us <wait>",
"hostname={{user `hostname`}} <wait>",
"fb=false debconf/frontend=noninteractive <wait>",
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA <wait>",
"keyboard-configuration/variant=USA console-setup/ask_detect=false <wait>",
"initrd=/install/initrd.gz -- <enter>"
],
"disk_size": "{{user `disk_size`}}",