mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
d0fc45085c
commit
18c4dbccaa
@ -35,6 +35,20 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>2013-08-13</para>
|
<para>2013-08-13</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -68,7 +68,7 @@ mknod -m 666 $LFS/dev/null c 1 3</userinput></screen>
|
|||||||
|
|
||||||
<para>Now mount the remaining virtual kernel filesystems:</para>
|
<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 proc proc $LFS/proc
|
||||||
mount -vt sysfs sysfs $LFS/sys</userinput></screen>
|
mount -vt sysfs sysfs $LFS/sys</userinput></screen>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20130813">
|
<!ENTITY version "SVN-20130815">
|
||||||
<!ENTITY releasedate "August 13, 2013">
|
<!ENTITY releasedate "August 15, 2013">
|
||||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.4">
|
<!ENTITY milestone "7.4">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
@ -339,12 +339,12 @@
|
|||||||
|
|
||||||
<!ENTITY linux-major-version "3">
|
<!ENTITY linux-major-version "3">
|
||||||
<!ENTITY linux-minor-version "10">
|
<!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;.&linux-patch-version;">
|
||||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-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-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/">
|
<!ENTITY linux-home "http://www.kernel.org/">
|
||||||
<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
|
<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
|
||||||
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
||||||
|
Loading…
Reference in New Issue
Block a user