Skip to content

Commit

Permalink
Set virtualbox-iso guest_additions_mode to attach
Browse files Browse the repository at this point in the history
The virtualbox-iso builder performs faster and more reliably using
guest_additions_mode `attach` rather than the default of `upload`.

See discussion at boxcutter/windows#53
  • Loading branch information
modille authored and Taylor Monacelli committed Nov 14, 2016
1 parent 1d28231 commit fd060ea
Show file tree
Hide file tree
Showing 96 changed files with 128 additions and 32 deletions.
1 change: 1 addition & 0 deletions eval-win10x64-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows81_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win10x64-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows81_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win10x64-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"floppy/update.bat",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows81_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -182,4 +183,4 @@
"update": "false",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions eval-win10x86-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows81",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win10x86-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows81",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win10x86-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/powerconfig.bat",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows81",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -180,4 +181,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions eval-win2008r2-datacenter-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win2008r2-datacenter-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win2008r2-datacenter.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"floppy/win2008r2-datacenter/Autounattend.xml",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -176,4 +177,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions eval-win2008r2-standard-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win2008r2-standard-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win2008r2-standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"floppy/win2008r2-standard/Autounattend.xml",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -171,4 +172,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions eval-win2012r2-datacenter-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2012_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win2012r2-datacenter-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2012_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win2012r2-datacenter.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/powerconfig.bat",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2012_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -186,4 +187,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions eval-win2012r2-standard-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2012_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win2012r2-standard-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2012_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win2012r2-standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/powerconfig.bat",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2012_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -186,4 +187,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions eval-win7x64-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows7_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win7x64-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows7_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win7x64-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"floppy/win7x64-enterprise/Autounattend.xml",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows7_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -179,4 +180,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions eval-win7x86-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows7",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win7x86-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows7",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win7x86-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"floppy/win7x86-enterprise/Autounattend.xml",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows7",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -176,4 +177,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions eval-win81x64-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows8_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win81x64-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows8_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win81x64-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"floppy/update.bat",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows8_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -183,4 +184,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions eval-win81x86-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows8",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win81x86-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows8",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win81x86-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"floppy/powerconfig.bat",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows8",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -180,4 +181,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions eval-win8x64-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows8_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions eval-win8x64-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows8_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion eval-win8x64-enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"floppy/unzip.vbs",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows8_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -176,4 +177,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions win2008r2-datacenter-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions win2008r2-datacenter-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
3 changes: 2 additions & 1 deletion win2008r2-datacenter.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"floppy/win2008r2-datacenter/Autounattend.xml",
"floppy/zz-start-sshd.cmd"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down Expand Up @@ -173,4 +174,4 @@
"update": "true",
"version": "0.1.0"
}
}
}
1 change: 1 addition & 0 deletions win2008r2-enterprise-cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
1 change: 1 addition & 0 deletions win2008r2-enterprise-ssh.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"floppy/zz-start-sshd.cmd",
"floppy/oracle-cert.cer"
],
"guest_additions_mode": "attach",
"guest_os_type": "Windows2008_64",
"hard_drive_interface": "sata",
"headless": "{{ user `headless` }}",
Expand Down
Loading

0 comments on commit fd060ea

Please sign in to comment.