aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kernfs.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 /chapter06/kernfs.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 'chapter06/kernfs.xml')
-rw-r--r--chapter06/kernfs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml
index 0f925c979..2755dea13 100644
--- a/chapter06/kernfs.xml
+++ b/chapter06/kernfs.xml
@@ -29,7 +29,7 @@ environment.</para>
chroot environment. To keep the host up to date, perform a <quote>fake
mount</quote> for each of these now:</para>
-<screen><userinput>mount -f -t ramfs ramfs $LFS/dev
+<screen><userinput>mount -f -t tmpfs tmpfs $LFS/dev
mount -f -t tmpfs tmpfs $LFS/dev/shm
mount -f -t devpts -o gid=4,mode=620 devpts $LFS/dev/pts</userinput></screen>