mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 01:34:00 -04:00
Set the dvd to the first boot device
This commit is contained in:
@@ -44,6 +44,8 @@ func (s *StepMountDvdDrive) Run(state multistep.StateBag) multistep.StepAction {
|
||||
script.Reset()
|
||||
script.WriteLine("param([string]$vmName)")
|
||||
script.WriteLine("Add-VMDvdDrive -VMName $vmName")
|
||||
script.WriteLine("$dvdDrive = Get-VMDvdDrive -VMName $vmName | Select-Object -first 1")
|
||||
script.WriteLine("Set-VMFirmware -VMName $vmName -FirstBootDevice $dvdDrive")
|
||||
err = powershell.Run(script.String(), vmName)
|
||||
if err != nil {
|
||||
state.Put("error", err)
|
||||
|
||||
Reference in New Issue
Block a user