diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-15 14:34:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-15 14:34:19 +0000 |
commit | 18c4dbccaa8c6acbaafe404477353077d143116d (patch) | |
tree | 46cb65db74eec77f46c4c6bdd39430833cda5377 /chapter06 | |
parent | d0fc45085c4924cebee27446eb5403141a8586a9 (diff) |
Add options when mounting /dev/pts when
creating virtual file systems in Section 6.2
Update to linux-3.10.7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10315 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/kernfs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index b46f72437..76bb15412 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -68,7 +68,7 @@ mknod -m 666 $LFS/dev/null c 1 3</userinput></screen> <para>Now mount the remaining virtual kernel filesystems:</para> -<screen><userinput>mount -vt devpts devpts $LFS/dev/pts +<screen><userinput>mount -vt devpts devpts $LFS/dev/pts -o gid=5,mode=620 mount -vt proc proc $LFS/proc mount -vt sysfs sysfs $LFS/sys</userinput></screen> |