From 18c4dbccaa8c6acbaafe404477353077d143116d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 15 Aug 2013 14:34:19 +0000 Subject: 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 --- chapter06/kernfs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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 Now mount the remaining virtual kernel filesystems: -mount -vt devpts devpts $LFS/dev/pts +mount -vt devpts devpts $LFS/dev/pts -o gid=5,mode=620 mount -vt proc proc $LFS/proc mount -vt sysfs sysfs $LFS/sys -- cgit v1.2.3-54-g00ecf