All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bill Nottingham <notting@redhat.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Re: gnu-efi-3.0/elilo-3.0 packages available
Date: Thu, 12 Jul 2001 13:54:12 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590693005847@msgid-missing> (raw)

[-- 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 (;;) {

                 reply	other threads:[~2001-07-12 13:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ia64-105590693005847@msgid-missing \
    --to=notting@redhat.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.