aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/udev.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-27 23:17:32 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-27 23:17:32 +0000
commit8446a0be74da27be100fdb8cf839db8d9e10e706 (patch)
tree2fe7dbcb8ee3ab67aad0c13a795fa3f5b8a7e841 /chapter07/udev.xml
parent4bcbf2936dcf99128f1f1b8afbc875819b8a9893 (diff)
Switched from mounting /dev on a ramfs to a tmpfs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6208 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r--chapter07/udev.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml
index 88e5a805b..5cdd2d363 100644
--- a/chapter07/udev.xml
+++ b/chapter07/udev.xml
@@ -27,7 +27,7 @@ numbers for every possible device that might exist in the world. Using
the udev method, only those devices which are detected by the kernel
get device nodes created for them. Because these device nodes will be
created each time the system boots, they will be stored on a
-<systemitem class="filesystem">ramfs</systemitem> (a file system that
+<systemitem class="filesystem">tmpfs</systemitem> (a file system that
resides entirely in memory and does not take up any disk space).
Device nodes do not require much disk space, so the memory that is
used is negligible.</para>