]> git.ozlabs.org Git - petitboot/commitdiff
discover: Allow an in-progress boot to be cancelled
authorJeremy Kerr <jk@ozlabs.org>
Mon, 14 Oct 2013 05:29:31 +0000 (13:29 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 15 Oct 2013 03:19:55 +0000 (11:19 +0800)
Currently, once the boot() function is called, the boot process will
ignore any cancellations.

This change allows boot() to be cancelled, via boot_cancel().

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

No differences found