From: Jeremy Kerr Date: Tue, 3 Jul 2018 06:34:47 +0000 (+1000) Subject: ui/ncurses: Implement F10-F12 for autoboot device control X-Git-Tag: v1.9.0~61 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;ds=inline;h=99a1f905f585480cca2c9a43ab18ed8e37365192;hp=99a1f905f585480cca2c9a43ab18ed8e37365192;p=petitboot ui/ncurses: Implement F10-F12 for autoboot device control Add a few mappings to specify temporary autoboot settings: F10: Only autoboot from disk F11: Only autoboot from USB devices F12: Only autoboot from network These use the new code to prevent cancelling autoboot. Signed-off-by: Jeremy Kerr Signed-off-by: Samuel Mendoza-Jonas ---