Changeset b3eb525 for chapter07


Ignore:
Timestamp:
05/11/2014 12:11:22 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:
4e7d6a6
Parents:
c5be634
Message:

Remove systemd and dbus. Add eudev.
Update gnu urls to use an entity.
Update kbd URL.
Update procps-ng URL.
Update to shadow-4.2.1.

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

Location:
chapter07
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter07/bootscripts.xml

    rc5be634 rb3eb525  
    2525
    2626    <para>The LFS-Bootscripts package contains a set of scripts to start/stop
    27     the LFS system at bootup/shutdown.  A networking systemd unit file is
    28     also installed.  The configuration files and procedures needed to
     27    the LFS system at bootup/shutdown. 
     28    The configuration files and procedures needed to
    2929    customize the boot process are described in the following sections.</para>
    3030
     
    5454    <segmentedlist>
    5555      <segtitle>Installed scripts</segtitle>
    56       <segtitle>Installed unit</segtitle>
    5756      <segtitle>Installed directories</segtitle>
    5857
     
    6261        sendsignals, setclock, ipv4-static, swap, sysctl, sysklogd, template,
    6362        udev, and udev_retry</seg>
    64         <seg>ifupdown@.service</seg>
    6563        <seg>/etc/rc.d, /etc/init.d (symbolic link), /etc/sysconfig,
    6664        /lib/services, /lib/lsb (symbolic link)</seg>
  • chapter07/chapter07.xml

    rc5be634 rb3eb525  
    1919<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hosts.xml"/>-->
    2020  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usage.xml"/>
    21   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysd-custom.xml"/>
     21<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysd-custom.xml"/> -->
    2222<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hostname.xml"/>-->
    2323<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="setclock.xml"/>-->
  • chapter07/introduction.xml

    rc5be634 rb3eb525  
    1919    order but, at the same time, be executed as fast as possible.</para>
    2020
    21     <para>In the packages that were installed in Chapter 6, there were two
     21<!--    <para>In the packages that were installed in Chapter 6, there were two
    2222    different boot systems installed.  LFS provides the ability to easily
    2323    select which system the user wants to use and to compare and contrast the
    2424    two systems by actually running each system on the local computer.  The
    25     advantages and disadvantages of these systems is presented below.</para>
     25    advantages and disadvantages of these systems is presented below.</para>-->
    2626
    2727  <sect2 id='sysv-desc'>
     
    9595
    9696  </sect2>
    97 
     97<!--
    9898  <sect2 id='sysd-desc'>
    9999    <title>Systemd</title>
     
    167167
    168168  </sect2>
    169 
     169-->
     170<!--
    170171  <sect2 id='sysv'>
    171172    <title>Selecting a Boot Method</title>
     
    221222
    222223  </sect2>
    223 
     224-->
    224225</sect1>
  • chapter07/network.xml

    rc5be634 rb3eb525  
    9999
    100100  </sect2>
    101 
     101<!--
    102102  <sect2 id="systemd-net-enable">
    103103    <title>Configuring the Network Interface Card at boot (systemd)</title>
     
    196196
    197197  </sect2>
    198 
     198-->
    199199  <sect2 id="ch-scripts-hostname">
    200200    <title>Configuring the system hostname</title>
     
    205205    </indexterm>
    206206
    207      <para>During the boot process, both Systemd and System V use the same file
    208      for establishing the system's hostname.  This needs to be configured by
    209      creating <filename>/etc/hostname</filename>.</para>
     207     <para>During the boot process, the file <filename>/etc/hostname</filename>
     208     is used for establishing the system's hostname.</para>
    210209
    211210     <para>Create the <filename>/etc/hostname</filename> file and enter a
  • chapter07/profile.xml

    rc5be634 rb3eb525  
    156156  you will never need 8-bit characters.</para>
    157157
    158   <para>UTF-8 based locales are not supported well by many programs.
     158  <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
    160160  <ulink url="&blfs-root;view/svn/introduction/locale-issues.html"/>.</para>
  • chapter07/symlinks.xml

    rc5be634 rb3eb525  
    114114
    115115    </sect3>
    116 
     116<!--
    117117    <sect3>
    118118      <title>Custom Naming in Systemd</title>
     
    152152
    153153    </sect3>
    154 
     154-->
    155155  </sect2>
    156156
Note: See TracChangeset for help on using the changeset viewer.