lkml.org 
[lkml]   [2002]   [Sep]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Serious Problems with diskless clients
From
Date
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
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 13:29    [W:0.034 / U:0.444 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site