mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Tag for 6.7 release
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/6.7/BOOK@9379 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b60ea758cf
commit
f9975e9153
@ -36,6 +36,45 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>2010-09-18</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Release LFS-6.7.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Add instruction to increase
|
||||
stack size during gcc tests.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2010-09-17</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Be consistent about 'test suites'.
|
||||
Fixes
|
||||
<ulink url="&lfs-ticket-root;2756">#2756</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Remove optional symlink in psmisc
|
||||
becasue if it is not overwritten by the sysvinit
|
||||
intallation, it will break the init scripts.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Touch up example grub.conf.
|
||||
Fixes
|
||||
<ulink url="&lfs-ticket-root;2748">#2748</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2010-09-06</para>
|
||||
<itemizedlist>
|
||||
|
@ -105,6 +105,11 @@ cd ../gcc-build</userinput></screen>
|
||||
critical. Do not skip it under any circumstance.</para>
|
||||
</important>
|
||||
|
||||
<para>One set of tests in the GCC test suite is known to exhaust the stack,
|
||||
so increase the stack size prior to running the tests:</para>
|
||||
|
||||
<screen><userinput remap="test">ulimit -s 16384</userinput></screen>
|
||||
|
||||
<para>Test the results, but do not stop at errors:</para>
|
||||
|
||||
<screen><userinput remap="test">make -k check</userinput></screen>
|
||||
|
@ -60,6 +60,7 @@
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
<!--
|
||||
<para>By default, Psmisc's <command>pidof</command> program is not
|
||||
installed. This usually is not a problem because it is installed later
|
||||
in the Sysvinit package, which provides a better
|
||||
@ -70,11 +71,12 @@
|
||||
|
||||
<screen><userinput remap="install">mv /usr/bin/killall /bin
|
||||
ln -sv killall /bin/pidof</userinput></screen>
|
||||
-->
|
||||
<para>Finally, move the <command>killall</command> and <command>fuser</command>
|
||||
programs to the location specified by the FHS:</para>
|
||||
|
||||
<para>Finally, move the <command>fuser</command> program to the location
|
||||
specified by the FHS:</para>
|
||||
|
||||
<screen><userinput remap="install">mv /usr/bin/fuser /bin</userinput></screen>
|
||||
<screen><userinput remap="install">mv -v /usr/bin/fuser /bin
|
||||
mv -v /usr/bin/killall /bin</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -113,13 +113,13 @@ set timeout=5
|
||||
### END /etc/grub.d/00_header ###
|
||||
|
||||
### BEGIN /etc/grub.d/10_linux ###
|
||||
menuentry "GNU/Linux, Linux 2.6.34-lfs" {
|
||||
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
|
||||
insmod ext2
|
||||
set root=(hd0,2)
|
||||
search --no-floppy --fs-uuid --set 915852a7-859e-45a6-9ff0-d3ebfdb5cea2
|
||||
linux /boot/vmlinux-&linux-version;-lfs-&version; root=/dev/sda2 ro
|
||||
}
|
||||
menuentry "GNU/Linux, Linux 2.6.30.2-lfs65 (recovery mode)" {
|
||||
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" (recovery mode)" {
|
||||
insmod ext2
|
||||
set root=(hd0,2)
|
||||
search --no-floppy --fs-uuid --set 915852a7-859e-45a6-9ff0-d3ebfdb5cea2
|
||||
|
@ -1,8 +1,8 @@
|
||||
<!ENTITY version "SVN-20100906">
|
||||
<!ENTITY releasedate "September 6, 2010">
|
||||
<!ENTITY version "6.7">
|
||||
<!ENTITY releasedate "September 18, 2010">
|
||||
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "6.7">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
<!ENTITY generic-version "6.7"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||
<!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/">
|
||||
|
Loading…
Reference in New Issue
Block a user