]> git.ozlabs.org Git - petitboot/commit
discover: Finalise boot options during commit
authorJeremy Kerr <jk@ozlabs.org>
Fri, 15 Mar 2013 07:33:39 +0000 (15:33 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 29 Apr 2013 04:41:04 +0000 (14:41 +1000)
commitf7818748090c534b8d835b970373936463bff84a
tree03d4142e7470085a7ce39519cec8338b48d918f9
parent75b1278f2ab0dad22f393e4a002f797dcb8c8a3b
discover: Finalise boot options during commit

Once the discover context is committed, we need to turn the resources in
struct discover_boot_option into strings in struct boot_option, so that
the parser can display & edit the boot option.

This may cause assertions if any of the boot options contain unresolved
resources, we'll fix this in the next patch.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
discover/device-handler.c