canonical / pc-gadget

The gadget snap for Personal Computers using 64bit Intel or AMD processors
GNU General Public License v3.0
31 stars 73 forks source link

Adding empty configure hook to enable configuration for gadget #12

Closed kubiko closed 5 years ago

kubiko commented 5 years ago

In order to allow brand store images with standard gadget snap published by Canonical, we need configure support for gadget snap to configure serial vault details. Gadget snap does not have configure hook so snap set will fail

Configure hook itself does not need to do anything so simple place holder is enough to make snapd happy.

Signed-off-by: Ondrej Kubik ondrej.kubik@canonical.com