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