public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Re: gnu-efi-3.0/elilo-3.0 packages available
@ 2001-07-12 13:54 Bill Nottingham
  0 siblings, 0 replies; only message in thread
From: Bill Nottingham @ 2001-07-12 13:54 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

Richard Hirst (rhirst@linuxcare.com) said: 
>   I'm working on the debian installer for ia64, and have just picked
> up elilo-3.0.  I'm trying to use it interactively, with an elilo.conf.
> At the fsX: prompt I type 'elilo' and hit return.  It shows me the device
> names and a prompt, but any key I press just drops me back to an fsX:
> prompt.  Is this a known problem, or is it more likely a local
> problem with my config or elilo build?

The attached should work; it does for me.

Bill

[-- Attachment #2: elilo-timeout.patch --]
[-- Type: text/plain, Size: 465 bytes --]

diff -ru elilo-3.0-old/choosers/simple.c elilo-3.0/choosers/simple.c
--- elilo-3.0-old/choosers/simple.c	Mon Jul  2 02:00:46 2001
+++ elilo-3.0/choosers/simple.c	Mon Jul  9 23:32:04 2001
@@ -73,8 +73,8 @@
 	/*
 	 * autoboot with default choice after timeout expires
 	 */
-	if (first_time && (ret=wait_timeout(elilo_opt.timeout)) != 1) {
-		return ret == -1 ? -1: 0;
+	if (first_time && (ret=wait_timeout(elilo_opt.timeout)) == 0) {
+		return 0;
 	}
 
 	for (;;) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-12 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-12 13:54 [Linux-ia64] Re: gnu-efi-3.0/elilo-3.0 packages available Bill Nottingham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox