]> git.ozlabs.org Git - petitboot/commitdiff
discover/grub2: Create 'conditional' statements
authorJeremy Kerr <jk@ozlabs.org>
Tue, 17 Sep 2013 05:02:05 +0000 (13:02 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 24 Sep 2013 05:14:59 +0000 (13:14 +0800)
Rather than holding the condition and conditional-statements in struct
grub2_statment_if, create a new conditional type that contains these. We
can then use this to implement elif statements.

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

No differences found