linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.x] fs/Kconfig: fix missing CONFIG_ROOT_NFS option
@ 2008-03-02 19:13 ZJ Laczik
  0 siblings, 0 replies; only message in thread
From: ZJ Laczik @ 2008-03-02 19:13 UTC (permalink / raw)
  To: linux-kernel

Hi,

The CONFIG_ROOT_NFS option has been missing at least since 2.6.18,
fix is attached below:

---
diff -uNr a/fs/Kconfig b/fs/Kconfig
--- a/fs/Kconfig	2008-01-24 22:58:37.000000000 +0000
+++ b/fs/Kconfig	2008-03-02 17:59:54.000000000 +0000
@@ -1743,7 +1743,7 @@
 
 config ROOT_NFS
 	bool "Root file system on NFS"
-	depends on NFS_FS=y && IP_PNP
+	depends on NFS_FS && IP_PNP
 	help
 	  If you want your Linux box to mount its whole root file system (the
 	  one containing the directory /) from some other computer over the
---

John

-- 
Dr ZJ Laczik
=========================
Oxford Optics Ltd.
29 Harbord Road
Oxford OX2 8LH, UK
=========================
University of Oxford
Dept. of Engineering Sci.
Parks Road
Oxford OX1 3PJ, UK
phone: +44 1865 273115
fax:   +44 1865 273905
=========================

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-02 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-02 19:13 [PATCH 2.6.x] fs/Kconfig: fix missing CONFIG_ROOT_NFS option ZJ Laczik

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).