[bootlin/training-materials updates] master: slides/sysdev-block-filesystems: /run replaced /var/run (b7b35c0e)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Dec 12 10:22:58 CET 2022


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

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

commit b7b35c0e675dd98f324f2e1932dc2d5f5c1ff9fa
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Dec 12 10:22:58 2022 +0100

    slides/sysdev-block-filesystems: /run replaced /var/run
    
    At least on Ubuntu and Fedora
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

b7b35c0e675dd98f324f2e1932dc2d5f5c1ff9fa
 slides/sysdev-block-filesystems/sysdev-block-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
index cb354462..844cc533 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -270,7 +270,7 @@ major minor #blocks name
   \item How to use: choose a name to distinguish the various tmpfs
     instances you have (unlike in most other filesystems, each
     tmpfs instance is different). Examples:\\
-    \code{mount -t tmpfs run /var/run}\\
+    \code{mount -t tmpfs run /run}\\
     \code{mount -t tmpfs shm /dev/shm}
   \item See \kdochtml{filesystems/tmpfs} in kernel documentation.
   \end{itemize}




More information about the training-materials-updates mailing list