Re: [SeaBIOS] [PATCH] bootmenu: Skip wait for keypress with less than one item

2014-06-25 Thread Matt DeVillier
On 6/24/2014 8:20 PM, Kevin O'Connor wrote: > On Tue, Jun 24, 2014 at 11:48:21AM -0500, Matt DeVillier wrote: >> Here's how I did it - this will skip the 'Press XXX for boot menu.' as well, >> so that there is no delay in booting, and no confusion on the user's part as >> to why the boot menu ke

Re: [SeaBIOS] [PATCH] bootmenu: Skip wait for keypress with less than one item

2014-06-24 Thread Kevin O'Connor
On Tue, Jun 24, 2014 at 11:48:21AM -0500, Matt DeVillier wrote: > Here's how I did it - this will skip the 'Press XXX for boot menu.' as well, > so that there is no delay in booting, and no confusion on the user's part as > to why the boot menu key isn't working :) > > requires the file /etc/boo

Re: [SeaBIOS] [PATCH] bootmenu: Skip wait for keypress with less than one item

2014-06-24 Thread Matt DeVillier
Hey Paul, On 6/24/2014 3:48 PM, Paul Menzel wrote: > Dear Matt, > > > Am Dienstag, den 24.06.2014, 11:48 -0500 schrieb Matt DeVillier: >> Here's how I did it - this will skip the 'Press XXX for boot menu.' as >> well, so that there is no delay in booting, and no confusion on the >> user's part as

Re: [SeaBIOS] [PATCH] bootmenu: Skip wait for keypress with less than one item

2014-06-24 Thread Paul Menzel
Dear Matt, Am Dienstag, den 24.06.2014, 11:48 -0500 schrieb Matt DeVillier: > Here's how I did it - this will skip the 'Press XXX for boot menu.' as > well, so that there is no delay in booting, and no confusion on the > user's part as to why the boot menu key isn't working :) yes, much better t

Re: [SeaBIOS] [PATCH] bootmenu: Skip wait for keypress with less than one item

2014-06-24 Thread Matt DeVillier
Here's how I did it - this will skip the 'Press XXX for boot menu.' as well, so that there is no delay in booting, and no confusion on the user's part as to why the boot menu key isn't working :) requires the file /etc/boot-auto to exist in the CBFS. diff --git a/src/boot.c b/src/boot.c index

[SeaBIOS] [PATCH] bootmenu: Skip wait for keypress with less than one item

2014-06-23 Thread Paul Menzel
Date: Mon, 23 Jun 2014 22:24:23 +0200 Signed-off-by: Paul Menzel --- src/boot.c | 4 1 file changed, 4 insertions(+) diff --git a/src/boot.c b/src/boot.c index 5837ad0..ed8f5e2 100644 --- a/src/boot.c +++ b/src/boot.c @@ -486,6 +486,10 @@ interactive_bootmenu(void) , strtcp