open-power / docs

Documentation for OpenPOWER Firmware
Other
71 stars 42 forks source link

About petitboot-plugins.txt #14

Closed sword-huang closed 8 years ago

sword-huang commented 8 years ago

I install my test plugin as below:

/ # pb-plugin install /hehlloorld-1.0.pb-plugin

File 'hehlloorld-1.0.pb-plugin' has the following sha256 checksum:

de9d08116cda0163166c55a0cf6a5ba01c7128546df4c7c73967e43547e80596

Do you want to install this plugin? (y/N) y 3 blocks Plugin installed OpenPower Foundation: Hello World Petitboot Plugin Example 1 (version 1.0)

Where can I launch it?

williamspatrick commented 8 years ago

@stewart-ibm - I'm guessing nobody from your team saw this.

jk-ozlabs commented 8 years ago

@sword-huang : the binaries that your plugin has installed (ie., those listed in PLUGIN_EXECUTABLES) are now available as standard command-line commands at the shell.

sword-huang commented 8 years ago

Get it! Thanks!