frapposelli / packer-post-processor-vagrant-vmware-ovf

Packer Post Processor to create vagrant-vcloud and vagrant-vcenter compatible boxes.
MIT License
55 stars 11 forks source link

Keep DVD drive #4

Open StefanScherer opened 10 years ago

StefanScherer commented 10 years ago

Should we really remove the DVD drive?

    vmware-iso (vagrant-vmware-ovf): Setting key: ide1:0.present = FALSE

Perhaps we should only detach the ISO file, but keep the DVD drive present for later use in Vagrant (updating VMware Tools from ISO, ...)

With packer 0.6.1 there will be an option vmx_data_post where someone could add the key again, but this post-processor could be customizable as well to remove the drive or not.

frapposelli commented 10 years ago

fixing it in the next release :)

mightydok commented 9 years ago

Have same issue.

mightydok commented 9 years ago

Latest packer already unmount iso and floppy, so i thinks plugin can keep cdrom and floppy in ovf file.