]> git.ozlabs.org Git - petitboot/commitdiff
lib/pb-config: Add config_copy
authorJeremy Kerr <jk@ozlabs.org>
Tue, 28 Jan 2014 05:01:19 +0000 (13:01 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 30 Jan 2014 13:59:10 +0000 (21:59 +0800)
At the moment, UIs have the config_set_defaults function to estabilish
an initial configuration when performing an update.

Rather than using the defaults, this change provides a config_copy()
function, so that the updated configuration can be initialised from the
current config.

With this in place, the UI/server-common pb-config module can be reduced
to just the one function.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found