From: Jeremy Kerr Date: Wed, 30 Apr 2014 04:14:41 +0000 (+0800) Subject: ui/ncurses: Expose boot_device configuration through UI X-Git-Tag: v1.0.0~159 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=9073914cfe15b2c81a6cdd5988fbfdfe817e797a;hp=9073914cfe15b2c81a6cdd5988fbfdfe817e797a;p=petitboot 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 ---