[bootlin/training-materials updates] master: sysdev: slides: reorder IP_PNP and ROOT_NFS options (0611367c)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Oct 23 16:45:56 CEST 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/0611367ce2a9be62b3456bd81f24ee6234f75ee3

>---------------------------------------------------------------

commit 0611367ce2a9be62b3456bd81f24ee6234f75ee3
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Oct 23 16:45:56 2023 +0200

    sysdev: slides: reorder IP_PNP and ROOT_NFS options
    
    CONFIG_ROOT_NFS comes just after CONFIG_NFS_FS in the kernel configuration,
    and both are in the Filesystems -> Network filesystems. CONFIG_IP_PNP is
    far away, in the Networking options. Keep the FS options together.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


>---------------------------------------------------------------

0611367ce2a9be62b3456bd81f24ee6234f75ee3
 .../sysdev-root-filesystem-principles.tex                               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex b/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex
index 5c28733f..2040f30c 100644
--- a/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex
+++ b/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex
@@ -187,8 +187,8 @@ Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)
   \item The kernel must be compiled with
     \begin{itemize}
     \item \kconfigval{CONFIG_NFS_FS}{y} (NFS {\bf client} support)
-    \item \kconfigval{CONFIG_IP_PNP}{y} (configure IP at boot time)
     \item \kconfigval{CONFIG_ROOT_NFS}{y} (support for NFS as rootfs)
+    \item \kconfigval{CONFIG_IP_PNP}{y} (configure IP at boot time)
     \end{itemize}
   \item The kernel must be booted with the following parameters:
     \begin{itemize}




More information about the training-materials-updates mailing list