aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-08-15 14:34:19 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-08-15 14:34:19 +0000
commit18c4dbccaa8c6acbaafe404477353077d143116d (patch)
tree46cb65db74eec77f46c4c6bdd39430833cda5377
parentd0fc45085c4924cebee27446eb5403141a8586a9 (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
-rw-r--r--chapter01/changelog.xml14
-rw-r--r--chapter06/kernfs.xml2
-rw-r--r--general.ent4
-rw-r--r--packages.ent6
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
@@ -36,6 +36,20 @@
</listitem>
-->
<listitem>
+ <para>2013-08-15</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Add options when mounting /dev/pts when
+ creating virtual file systems in Section 6.2.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to linux-3.10.7. Fixes
+ <ulink url="&lfs-ticket-root;3388">#3388</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-08-13</para>
<itemizedlist>
<listitem>
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>
diff --git a/general.ent b/general.ent
index 535a5e93a..39bdb663b 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130813">
-<!ENTITY releasedate "August 13, 2013">
+<!ENTITY version "SVN-20130815">
+<!ENTITY releasedate "August 15, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.4">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index e45186d83..6bdb2a4ed 100644
--- a/packages.ent
+++ b/packages.ent
@@ -339,12 +339,12 @@
<!ENTITY linux-major-version "3">
<!ENTITY linux-minor-version "10">
-<!ENTITY linux-patch-version "6">
+<!ENTITY linux-patch-version "7">
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
-<!ENTITY linux-size "71,488 KB">
+<!ENTITY linux-size "71,484 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "4345cbf928de18832f9304610762a4d9">
+<!ENTITY linux-md5 "62678d7bbe3d0c3e6ddba89bb085a845">
<!ENTITY linux-home "http://www.kernel.org/">
<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
allnoconfig extended for a hopefully-bootable build on desktop machine,