LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: ZJ Laczik <Laczik@eng.ox.ac.uk>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2.6.x] fs/Kconfig: fix missing CONFIG_ROOT_NFS option
Date: Sun, 2 Mar 2008 19:13:53 +0000 [thread overview]
Message-ID: <200803021913.54107.Laczik@eng.ox.ac.uk> (raw)
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
=========================
reply other threads:[~2008-03-02 19:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200803021913.54107.Laczik@eng.ox.ac.uk \
--to=laczik@eng.ox.ac.uk \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [PATCH 2.6.x] fs/Kconfig: fix missing CONFIG_ROOT_NFS option' \
/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
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).