mirror of https://github.com/MISP/misp-packer
chg: [json] Added more waits, needed on this HW
parent
7fdf431809
commit
022773f658
44
misp.json
44
misp.json
|
@ -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`}}",
|
||||
|
|
Loading…
Reference in New Issue