Changeset dccfedb


Ignore:
Timestamp:
02/20/2012 02:16:32 AM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Children:
a7c0183
Parents:
496c887
Message:

7.1-rc1

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.1-rc1@9749 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/mountfs

    r496c887 rdccfedb  
    6565      umount -a -d -r -t notmpfs,nosysfs,nodevtmpfs >/dev/null
    6666      evaluate_retval
    67       exit 0
     67
     68      # Make all LVM volume groups unavailable, if appropriate
     69      if [ -x /sbin/vgchange ]; then /sbin/vgchange -an; fi
    6870      ;;
    6971
  • chapter01/changelog.xml

    r496c887 rdccfedb  
    3737
    3838-->
     39
     40    <listitem>
     41      <para>2012-02-20</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[bdubbs] - LFS-7.1-rc1 released.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
     50      <para>2012-02-19</para>
     51      <itemizedlist>
     52        <listitem>
     53          <para>[bdubbs] - Add sed to the m4 package to fix a false test
     54          error.  Fixes <ulink url="&lfs-ticket-root;3022">#3022</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update mountfs script to support LVM volumes when
     58          stopping.</para>
     59        </listitem>
     60      </itemizedlist>
     61    </listitem>
    3962
    4063    <listitem>
  • chapter06/m4.xml

    r496c887 rdccfedb  
    4949<screen><userinput remap="make">make</userinput></screen>
    5050
    51     <para>To test the results, issue:</para>
     51    <!--<para>To test the results, issue:</para>-->
     52    <para>To test the results, first fix a test program and then run the test programs:</para>
    5253
    53 <screen><userinput remap="test">make check</userinput></screen>
     54<screen><userinput remap="test">sed -i -e '41s/ENOENT/&amp; || errno == EINVAL/' tests/test-readlink.h
     55make check</userinput></screen>
    5456
    5557    <para>Install the package:</para>
  • general.ent

    r496c887 rdccfedb  
    1 <!ENTITY version "SVN-20120215">
    2 <!ENTITY releasedate "Feb 15, 2012">
     1<!ENTITY version "7.1-rc1">
     2<!ENTITY releasedate "Feb 20, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.1">
    5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
     5<!ENTITY generic-version "7.1-rc1"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
    66
    77<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
  • packages.ent

    r496c887 rdccfedb  
    306306<!ENTITY less-ch6-sbu "less than 0.1 SBU">
    307307
    308 <!ENTITY lfs-bootscripts-version "20120215">                 <!-- Scripts depend on this format -->
     308<!ENTITY lfs-bootscripts-version "20120219">                 <!-- Scripts depend on this format -->
    309309<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
    310310<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
Note: See TracChangeset for help on using the changeset viewer.