Browse Source

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

Bruce Dubbs 12 năm trước cách đây
mục cha
commit
18c4dbccaa
4 tập tin đã thay đổi với 20 bổ sung6 xóa
  1. 14 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/kernfs.xml
  3. 2 2
      general.ent
  4. 3 3
      packages.ent

+ 14 - 0
chapter01/changelog.xml

@@ -35,6 +35,20 @@
       </itemizedlist>
     </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>

+ 1 - 1
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>
 

+ 2 - 2
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}]" -->

+ 3 - 3
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,