From 18c4dbccaa8c6acbaafe404477353077d143116d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 15 Aug 2013 14:34:19 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 14 ++++++++++++++ chapter06/kernfs.xml | 2 +- general.ent | 4 ++-- packages.ent | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ab3c19734..2d2cfcc29 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,20 @@ --> + + 2013-08-15 + + + [bdubbs] - Add options when mounting /dev/pts when + creating virtual file systems in Section 6.2. + + + [bdubbs] - Update to linux-3.10.7. Fixes + #3388. + + + + 2013-08-13 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 diff --git a/general.ent b/general.ent index 535a5e93a..39bdb663b 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + diff --git a/packages.ent b/packages.ent index e45186d83..6bdb2a4ed 100644 --- a/packages.ent +++ b/packages.ent @@ -339,12 +339,12 @@ - + - + - +