Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 431 Bytes

Packer flasher postprocessor

Very simple postprocessor that dumps image onto given device with some sanity checks.

This plugin is used with packer-builder-arm plugin to flash generated images to selected location.

Configuration

"post-processors": [
 {
     "type": "flasher",
     "device": "/dev/sdX",
     "block_size": "4096",
     "interactive": true
 }
]