]> git.ozlabs.org Git - petitboot/commit
discover/grub2: Add initial script infrastructure
authorJeremy Kerr <jk@ozlabs.org>
Thu, 12 Sep 2013 08:08:18 +0000 (16:08 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 24 Sep 2013 05:14:59 +0000 (13:14 +0800)
commit59747ee01e0158f97bdf8c182305e757d90a8d7a
treec47f117ec01be2dd4e849980cc39623814583410
parentc0b2be44ee953f9f50737b959e0def6e2df24629
discover/grub2: Add initial script infrastructure

Now that we can parse scripts, we want some infrastructure for
execution.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
discover/grub2/grub2.h
discover/grub2/parser.y
discover/grub2/script.c [new file with mode: 0644]