[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200803021913.54107.Laczik@eng.ox.ac.uk>
Date: Sun, 2 Mar 2008 19:13:53 +0000
From: ZJ Laczik <Laczik@....ox.ac.uk>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 2.6.x] fs/Kconfig: fix missing CONFIG_ROOT_NFS option
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
=========================
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists