Changeset 0bf4dfe


Ignore:
Timestamp:
08/03/2014 02:59:46 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8a8177f9
Parents:
93756f6
Message:

Move sed to be after acl.
Remove reference to obsolete /proc/ksyms in modules boot script.
Change internal references to svn to an entitiy.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
17 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    r93756f6 r0bf4dfe  
     12014-07-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
     2   * Remove obsolete check for /proc/ksyms in modules boot script
     3
    142014-06-29 Bruce Dubbs <bdubbs@linuxfromscratch.org>
    25   * Remove systemd references and files
  • bootscripts/lfs/init.d/modules

    r93756f6 r0bf4dfe  
    2727
    2828# Assure that the kernel has module support.
    29 [ -e /proc/ksyms -o -e /proc/modules ] || exit 0
     29[ -e /proc/modules ] || exit 0
    3030
    3131. /lib/lsb/init-functions
  • chapter01/changelog.xml

    r93756f6 r0bf4dfe  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2014-08-02</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Move sed to be after acl. Fixes
     43          <ulink url="&lfs-ticket-root;3646">#3646</ulink>.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Remove reference to obsolete /proc/ksyms in
     47          modules boot script.  Fixes
     48          <ulink url="&lfs-ticket-root;3644">#3644</ulink>.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Change internal references to svn to an entitiy.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    3856    <listitem>
    3957      <para>2014-07-27</para>
  • chapter02/creatingpartition.xml

    r93756f6 r0bf4dfe  
    6060  <note><para>For experienced users, other partitioning schemes are possible.
    6161  The new LFS system can be on a software <ulink
    62   url="&blfs-root;/view/svn/postlfs/raid.html">RAID</ulink> array or an <ulink
    63   url="&blfs-root;/view/svn/postlfs/aboutlvm.html">LVM</ulink> logical volume.
     62  url="&blfs-root;/view/&short-version;/postlfs/raid.html">RAID</ulink> array or an <ulink
     63  url="&blfs-root;/view/&short-version;/postlfs/aboutlvm.html">LVM</ulink> logical volume.
    6464  However, some of these options require an <ulink
    65   url="&blfs-root;/view/svn/postlfs/initramfs.html">initramfs</ulink>, which is
     65  url="&blfs-root;/view/&short-version;/postlfs/initramfs.html">initramfs</ulink>, which is
    6666  an advanced topic.  These partitioning methodologies are not recommended for
    6767  first time LFS users.</para></note>
  • chapter06/chapter06.xml

    r93756f6 r0bf4dfe  
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpc.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
    31   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
    3231  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/>
    3332  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/>
     
    3635  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
    3736  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
     37  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
    3939
  • chapter06/db.xml

    r93756f6 r0bf4dfe  
    4343      need to build the RPC server or additional language bindings. The
    4444      additional language bindings will require additional packages to be
    45       installed. See <ulink url="&blfs-root;view/svn/server/databases.html#db"/>
     45      installed. See <ulink url="&blfs-root;view/&short-version;/server/databases.html#db"/>
    4646      for suggested installation instructions.</para>
    4747
     
    5353      benefits of using GDBM and wish to use it anyway, see the BLFS
    5454      instructions located at <ulink
    55       url="&blfs-root;view/svn/general/gdbm.html"/></para>
     55      url="&blfs-root;view/&short-version;/general/gdbm.html"/></para>
    5656
    5757    </tip>
  • chapter06/gcc.xml

    r93756f6 r0bf4dfe  
    7979    <para>Note that for other languages, there are some prerequisites that
    8080    are not yet available. See the
    81     <ulink url="&blfs-root;view/svn/general/gcc.html">BLFS Book</ulink>
     81    <ulink url="&blfs-root;view/&short-version;/general/gcc.html">BLFS Book</ulink>
    8282    for instructions on how to build all of GCC's supported languages.</para>
    8383
  • chapter06/iproute2.xml

    r93756f6 r0bf4dfe  
    4747    DB by applying the commands below.  If the <command>arpd</command> binary is
    4848    needed, instructions for compiling Berkeley DB can be found in the BLFS Book
    49     at <ulink url="&blfs-root;view/svn/server/databases.html#db"/>.
     49    at <ulink url="&blfs-root;view/&short-version;/server/databases.html#db"/>.
    5050    </para>
    5151
  • chapter06/shadow.xml

    r93756f6 r0bf4dfe  
    4444    <note>
    4545      <para>If you would like to enforce the use of strong passwords, refer to
    46       <ulink url="&blfs-root;view/svn/postlfs/cracklib.html"/> for installing
     46      <ulink url="&blfs-root;view/&short-version;/postlfs/cracklib.html"/> for installing
    4747      CrackLib prior to building Shadow. Then add
    4848      <parameter>--with-libcrack</parameter> to the <command>configure</command>
  • chapter06/vim.xml

    r93756f6 r0bf4dfe  
    3535      <para>If you prefer another editor&mdash;such as Emacs, Joe, or
    3636      Nano&mdash;please refer to <ulink
    37       url="&blfs-root;view/svn/postlfs/editors.html"/> for suggested
     37      url="&blfs-root;view/&short-version;/postlfs/editors.html"/> for suggested
    3838      installation instructions.</para>
    3939    </tip>
     
    120120    process, refer to the Vim documentation and the Vim installation page
    121121    in the BLFS book at <ulink
    122     url="&blfs-root;view/svn/postlfs/vim.html"/>.</para>
     122    url="&blfs-root;view/&short-version;/postlfs/vim.html"/>.</para>
    123123
    124124  </sect2>
  • chapter07/profile.xml

    r93756f6 r0bf4dfe  
    158158  <para>UTF-8 based locales are not supported well by some programs.
    159159  Work is in progress to document and, if possible, fix such problems, see
    160   <ulink url="&blfs-root;view/svn/introduction/locale-issues.html"/>.</para>
     160  <ulink url="&blfs-root;view/&short-version;/introduction/locale-issues.html"/>.</para>
    161161
    162162</sect1>
  • chapter07/symlinks.xml

    r93756f6 r0bf4dfe  
    256256    The case of network cards is covered separately in
    257257    <xref linkend="ch-scripts-network"/>, and sound card configuration can
    258     be found in <ulink url="&blfs-root;view/svn/postlfs/devices.html">BLFS</ulink>.</para>
     258    be found in <ulink url="&blfs-root;view/&short-version;/postlfs/devices.html">BLFS</ulink>.</para>
    259259
    260260    <para>For each of your devices that is likely to have this problem
  • chapter08/grub.xml

    r93756f6 r0bf4dfe  
    3232    below to work, you need to jump ahead to BLFS and install
    3333    <userinput>xorriso</userinput> from the <ulink
    34     url="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libisoburn.html">
     34    url="http://www.linuxfromscratch.org/blfs/view/&short-version;/multimedia/libisoburn.html">
    3535    libisoburn</ulink> package.</para>
    3636
  • chapter08/kernel.xml

    r93756f6 r0bf4dfe  
    6262    regarding particular kernel configuration requirements of packages outside
    6363    of LFS at <ulink
    64     url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>.  Additional
     64    url="&blfs-root;view/&short-version;/longindex.html#kernel-config-index"/>.  Additional
    6565    information about configuring and building the kernel can be found at
    6666    <ulink url="http://www.kroah.com/lkn/"/> </para>
  • chapter09/reboot.xml

    r93756f6 r0bf4dfe  
    2222
    2323    <listitem><para>A text mode browser such as <ulink
    24     url='&blfs-root;/view/svn/basicnet/lynx.html'>Lynx</ulink>
     24    url='&blfs-root;/view/&short-version;/basicnet/lynx.html'>Lynx</ulink>
    2525    will allow you to easily view the BLFS book in one virtual terminal, while
    2626    building packages in another.</para></listitem>
    2727
    2828    <listitem><para>The <ulink
    29     url='&blfs-root;/view/svn/general/gpm.html'>GPM</ulink> package will allow
     29    url='&blfs-root;/view/&short-version;/general/gpm.html'>GPM</ulink> package will allow
    3030    you to perform copy/paste actions in your virtual
    3131    terminals.</para></listitem>
     
    3333    <listitem><para>If you are in a situation where static IP configuration
    3434    does not meet your networking requirements, installing a package
    35     such as <ulink url='&blfs-root;/view/svn/basicnet/dhcpcd.html'>dhcpcd</ulink>
     35    such as <ulink url='&blfs-root;/view/&short-version;/basicnet/dhcpcd.html'>dhcpcd</ulink>
    3636    or the client portion of <ulink
    37     url='&blfs-root;/view/svn/basicnet/dhcp.html'>dhcp</ulink> may be
     37    url='&blfs-root;/view/&short-version;/basicnet/dhcp.html'>dhcp</ulink> may be
    3838    useful.</para></listitem>
    3939
    4040    <listitem><para>Installing <ulink
    41     url='&blfs-root;/view/svn/postlfs/sudo.html'>sudo</ulink> may be useful for
     41    url='&blfs-root;/view/&short-version;/postlfs/sudo.html'>sudo</ulink> may be useful for
    4242    building packages as a non-root user and easily installing the resulting
    4343    packages in your new system.  </para></listitem>
     
    4545    <listitem><para>If you want to access your new system from a remote system
    4646    within a comfortable GUI environment, install <ulink
    47     url='&blfs-root;/view/svn/postlfs/openssh.html'>openssh</ulink> and its
     47    url='&blfs-root;/view/&short-version;/postlfs/openssh.html'>openssh</ulink> and its
    4848    prerequsite, <ulink
    49     url='&blfs-root;/view/svn/postlfs/openssl.html'>openssl</ulink>.
     49    url='&blfs-root;/view/&short-version;/postlfs/openssl.html'>openssl</ulink>.
    5050    </para></listitem>
    5151
    5252    <listitem><para>To make fetching files over the internet easier, install
    53     <ulink url='&blfs-root;/view/svn/basicnet/wget.html'>wget</ulink>.
     53    <ulink url='&blfs-root;/view/&short-version;/basicnet/wget.html'>wget</ulink>.
    5454    </para></listitem>
    5555
    5656    <listitem><para>If one or more of your disk drives have a GUID partition
    5757    table (GPT), either <ulink
    58     url='&blfs-root;/view/svn/postlfs/gptfdisk.html'>gptfdisk</ulink> or <ulink
    59     url='&blfs-root;/view/svn/postlfs/parted.html'>parted</ulink> will be useful.
     58    url='&blfs-root;/view/&short-version;/postlfs/gptfdisk.html'>gptfdisk</ulink> or <ulink
     59    url='&blfs-root;/view/&short-version;/postlfs/parted.html'>parted</ulink> will be useful.
    6060    </para></listitem>
    6161
  • general.ent

    r93756f6 r0bf4dfe  
    1 <!ENTITY version         "SVN-20140801">
     1<!ENTITY version         "SVN-20140802">
    22<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "August 01, 2014">
     3<!ENTITY releasedate     "August 02, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.6">
  • packages.ent

    r93756f6 r0bf4dfe  
    371371<!ENTITY less-ch6-sbu "less than 0.1 SBU">
    372372
    373 <!ENTITY lfs-bootscripts-version "20140629">              <!-- Scripts depend on this format -->
     373<!ENTITY lfs-bootscripts-version "20140802">              <!-- Scripts depend on this format -->
    374374<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
    375375<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
Note: See TracChangeset for help on using the changeset viewer.