tylert / packer-build

Packer Automated VM Image and Vagrant Box Builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Needed to fix "dd" command

labkey-matthewb opened this issue · comments

Running the xenial build failed for me when the "dd" command eventually errors out due to lack of diskspace. I had to add "|| true" or "||:" to make this work for me.

  •    "dd if=/dev/zero of=/ZEROFILL bs=4M",
    
  •    "dd if=/dev/zero of=/ZEROFILL bs=4M ||:",
    

Thanks for reporting the issue. Pull requests are also very much appreciated.

This issue has now been fixed.