]> git.ozlabs.org Git - petitboot/commitdiff
ui/ncurses: Expose boot_device configuration through UI
authorJeremy Kerr <jk@ozlabs.org>
Wed, 30 Apr 2014 04:14:41 +0000 (12:14 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 22 Jul 2014 01:04:59 +0000 (09:04 +0800)
Add a configuration setting for the default boot device.

We change the autoboot option to a select, as we have three possible
behaviours for autoboot:

 ( ) Don't autoboot
 ( ) Autoboot from any disk/network device
 ( ) Only autoboot from a specific disk/network device

The latter option will show a list of possible devices to seelct for
autoboot behaviour.

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

No differences found