]> git.ozlabs.org Git - petitboot/commitdiff
config/powerpc-nvram: Don't require petitboot, prefix on all params
authorJeremy Kerr <jk@ozlabs.org>
Tue, 2 Jul 2013 02:36:47 +0000 (10:36 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 2 Jul 2013 03:44:20 +0000 (11:44 +0800)
Currently, we only store nvram params with a "petitboot," prefix, so
that we don't grow the config list to an unbound size. However,
the "auto-boot?" param has no prefix.

Instead, remove the requirement for the "petitboot," prefix, and use an
array of known parameters instead.

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

No differences found