public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andreas Steinmetz <ast@domdv.de>
To: Theewara Vorakosit <g4465018@pirun.ku.ac.th>
Cc: linux-kernel@vger.kernel.org
Subject: Re: NFS root on 2.4.18-14
Date: Mon, 14 Oct 2002 15:19:19 +0200	[thread overview]
Message-ID: <3DAAC457.3040402@domdv.de> (raw)
In-Reply-To: Pine.GSO.4.44.0210142012520.5993-100000@pirun.ku.ac.th

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

Theewara Vorakosit wrote:
> Dear All,
>     I use Red Hat 8.0 and kernel 2.4.18-14, which come from redhat
> distribution. I want create a NFS-root kernel to build a diskless linux
> using NFS root. I select "IP kernel level configuration-> BOOTP, DHCP",
> NFS root support. I boot client using my kernel, it does not requrest for
> an IP address. It try to mount NFS root immediately. Do I forget
> something?
If you try to boot from a floppy that was created like "dd if=vmlinuz 
of=/dev/fd0" you will need the attached patch. Alan Cox however told me 
that the ability to boot without boot manager (e.g. lilo) will 
eventually go away.
-- 
Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH

[-- Attachment #2: ip.patch --]
[-- Type: text/plain, Size: 490 bytes --]

diff -rNu linux/net/ipv4/ipconfig.c linux-custom/net/ipv4/ipconfig.c
--- linux/net/ipv4/ipconfig.c	2002-09-27 14:05:32.000000000 +0200
+++ linux-custom/net/ipv4/ipconfig.c	2002-09-27 14:57:01.000000000 +0200
@@ -107,7 +107,7 @@
  */
 int ic_set_manually __initdata = 0;		/* IPconfig parameters set manually */
 
-int ic_enable __initdata = 0;			/* IP config enabled? */
+int ic_enable __initdata = 1;			/* IP config enabled? */
 
 /* Protocol choice */
 int ic_proto_enabled __initdata = 0

  reply	other threads:[~2002-10-14 13:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-14 13:13 NFS root on 2.4.18-14 Theewara Vorakosit
2002-10-14 13:19 ` Andreas Steinmetz [this message]
2002-10-14 13:56   ` Wakko Warner
2002-10-14 15:10     ` Andreas Steinmetz
2002-10-14 15:43       ` Mr. James W. Laferriere
2002-10-14 18:00 ` Samuel Flory

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=3DAAC457.3040402@domdv.de \
    --to=ast@domdv.de \
    --cc=g4465018@pirun.ku.ac.th \
    --cc=linux-kernel@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