From: Samuel Mendoza-Jonas Date: Fri, 22 Apr 2016 04:20:49 +0000 (+1000) Subject: pb-event: Add 'boot' user event X-Git-Tag: v1.1.0~5 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=81f28af2bd94cc552aef1a7b959e4c6b84457ce7;hp=81f28af2bd94cc552aef1a7b959e4c6b84457ce7;ds=sidebyside pb-event: Add 'boot' user event Add a user event to send a boot command to the discover server. The format of the boot command is similar to the add command, eg: pb-event boot@eth0 image="http://host/image" initrd="http://host/initrd" and also recognises "id", "dtb", and "args" arguments. Signed-off-by: Samuel Mendoza-Jonas ---