From: Stephane Eranian <eranian@frankl.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] elilo-3.0 PXE mode fix
Date: Tue, 24 Jul 2001 02:12:58 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590693005888@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 326 bytes --]
Hi,
I have identified a problem causing elilo to fail when netbooting from
a PXE server. Due to a stupid mistake on my part, the config file was
set to the kernel image file when querying the PXE layers.
This problem DOES NOT affect netbooting using regular DHCP server.
The fix is attached to this E-mail.
--
-Stephane
[-- Attachment #2: elilo-010723-2.diff --]
[-- Type: text/plain, Size: 799 bytes --]
--- elilo-3.0/fs/netfs.c Sun Jul 1 23:14:35 2001
+++ elilo-3.1/fs/netfs.c Mon Jul 23 19:06:17 2001
@@ -488,7 +488,7 @@
length = opts[i+1];
if (tag == 71) {
server_type =(opts[i+2]<<8) | opts[i+3];
- Print(L"ServerType: %d\r\n", server_type);
+ DBG_PRINT((L"ServerType: %d\r\n", server_type));
return server_type;
}
i+= 2 + length;
--- elilo-3.0/glue_netfs.c Sun Jul 1 22:50:35 2001
+++ elilo-3.1/glue_netfs.c Mon Jul 23 19:04:38 2001
@@ -70,7 +70,7 @@
config[maxlen-1] = CHAR_NULL;
}
- status = netfs->netfs_query_layer(netfs, 0, NETFS_KERNEL_LAYER, maxlen, config);
+ status = netfs->netfs_query_layer(netfs, 0, NETFS_KERNEL_LAYER, maxlen, kname);
if (EFI_ERROR(status)) {
StrnCpy(kname, NETFS_DEFAULT_KERNEL, maxlen-1);
kname[maxlen-1] = CHAR_NULL;
next reply other threads:[~2001-07-24 2:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-24 2:12 Stephane Eranian [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-04-02 7:06 [Linux-ia64] elilo-3.0 PXE mode fix Li, Jack
2004-04-02 17:07 ` Stephane Eranian
2004-04-02 21:19 ` Li, Jack
2004-04-02 23:18 ` Stephane Eranian
2004-04-02 23:19 ` Brett Johnson
2004-04-02 23:30 ` Li, Jack
2004-04-02 23:38 ` Stephane Eranian
2004-04-02 23:47 ` Brett Johnson
2004-04-03 0:07 ` Li, Jack
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-105590693005888@msgid-missing \
--to=eranian@frankl.hpl.hp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox