linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Egger <degger@fhm.edu>
To: Wakko Warner <wakko@animx.eu.org>
Cc: Marco Schwarz <marco.schwarz@gmx.net>, linux-kernel@vger.kernel.org
Subject: Re: Serious Problems with diskless clients
Date: 26 Sep 2002 22:58:00 +0200	[thread overview]
Message-ID: <1033073881.23327.8.camel@sonja.de.interearth.com> (raw)
In-Reply-To: <20020926071847.A12878@animx.eu.org>

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

Am Don, 2002-09-26 um 13.18 schrieb Wakko Warner:

> --- net/ipv4/ipconfig-orig.c	2001-11-19 20:48:35.000000000 -0500
> +++ net/ipv4/ipconfig.c	2001-11-19 20:56:21.000000000 -0500
> @@ -1105,7 +1105,11 @@
>         proc_net_create("pnp", 0, pnp_get_info);
>  #endif /* CONFIG_PROC_FS */
>  
> -	if (!ic_enable)
> +	if (!ic_enable
> +#if defined(IPCONFIG_DYNAMIC) && defined(CONFIG_ROOT_NFS)
> +	    && ROOT_DEV != MKDEV(UNNAMED_MAJOR, 255)
> +#endif
> +	   )
> 		return 0;

This together with the nfs-root-path-patch would be a nice addition to
the kernels I think, I find myself forgetting to add a few options every
now and then which is really nasty time-wise.
 
-- 
Servus,
       Daniel

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2002-09-26 21:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-25 14:55 2.2.22 on HP Vectra 90/5: Machine check exception on boot Ville Herva
     [not found] ` <200209260949.g8Q9nY926516@devserv.devel.redhat.com>
2002-09-26  9:59   ` Ville Herva
2002-09-26 10:26     ` Serious Problems with diskless clients Marco Schwarz
2002-09-26 11:18       ` Wakko Warner
2002-09-26 20:58         ` Daniel Egger [this message]
2002-09-26 17:53       ` Denis Vlasenko
2002-09-26 13:16         ` Marco Schwarz

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=1033073881.23327.8.camel@sonja.de.interearth.com \
    --to=degger@fhm.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marco.schwarz@gmx.net \
    --cc=wakko@animx.eu.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;
as well as URLs for NNTP newsgroup(s).