Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

v1.2.0

Latest
Compare
Choose a tag to compare
@dongyuzheng dongyuzheng released this 14 Dec 04:58
· 6 commits to master since this release

Fixed reboots hanging when rebooting Unix VMs.
You must use the provided packer binary.

Usage example:

    {
      "type": "shell",
      "inline": [
        "echo BEFORE REBOOT CODE",
        "echo unix-reboot; sudo reboot; sleep 60"
      ]
    },
    {
      "type": "shell",
      "inline": [ "sleep 60" ]
    },
    {
      "type": "shell",
      "inline": [
        "echo POST REBOOT CODE"
      ]
    }