]> git.ozlabs.org Git - petitboot/commit
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)
commit9073914cfe15b2c81a6cdd5988fbfdfe817e797a
tree8861ebdc26a55950152e02c315e7e3146117ee54
parente0707ec2d66000a5de8ce6caf03fd8651a4bd916
ui/ncurses: Expose boot_device configuration through UI

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>
ui/ncurses/nc-config-help.c
ui/ncurses/nc-config.c