From: Samuel Mendoza-Jonas Date: Fri, 16 Jun 2017 05:09:55 +0000 (+1000) Subject: discover: Handle plugin install request X-Git-Tag: v1.6.0~9 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=37feda62bd2835eabc779d275301a9b763521f7a;hp=37feda62bd2835eabc779d275301a9b763521f7a discover: Handle plugin install request Handle "_PLUGIN_INSTALL" requests from clients. Calling the pb-plugin script from pb-discover ensures different clients don't trip over each other. Successfully installed plugins are automatically communicated back to clients once pb-plugin sends a 'plugin' user event. Signed-off-by: Samuel Mendoza-Jonas ---