From 8446a0be74da27be100fdb8cf839db8d9e10e706 Mon Sep 17 00:00:00 2001 From: Archaic Date: Mon, 27 Jun 2005 23:17:32 +0000 Subject: 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 --- chapter07/udev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter07') 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 -ramfs (a file system that +tmpfs (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. -- cgit v1.2.3-54-g00ecf