[FE training-materials-updates] Improved the details about CONFIG_ROOT_NFS

michael.opdenacker at free-electrons.com michael.opdenacker at free-electrons.com
Tue Mar 20 10:07:19 CET 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=f29c0393e9d94d5e4464e05fb01cef650b0ffb13

commit f29c0393e9d94d5e4464e05fb01cef650b0ffb13
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Mar 20 10:06:16 2012 +0100

    Improved the details about CONFIG_ROOT_NFS
    
    We haven't explained this in the slides yet.

diff --git a/labs/kernel-module-environment/kernel-module-environment.tex b/labs/kernel-module-environment/kernel-module-environment.tex
index 7a461d4..4ba6668 100644
--- a/labs/kernel-module-environment/kernel-module-environment.tex
+++ b/labs/kernel-module-environment/kernel-module-environment.tex
@@ -78,8 +78,8 @@ kernel \code{Makefile} or by setting environment variables.
 Configure this kernel with the ready-made configuration for boards
 with the AT91SAM9263 CPU.
 
-If needed, add the configuration options that enable booting on a root
-filesystem over NFS.
+Make sure that this configuration has \code{CONFIG_ROOT_NFS=y} (support
+booting on an NFS exported root directory).
 
 Compile your kernel and generate the uImage kernel image that U-boot
 needs (the U-boot bootloader needs the kernel zImage file to be

-----------------------------------------------------------------------

Summary of changes:
 .../kernel-module-environment.tex                  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


More information about the training-materials-updates mailing list