Changeset aabd480 for chapter06


Ignore:
Timestamp:
07/01/2005 11:16:14 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
808f5af
Parents:
90b56f5
Message:

Brought all occurences of LFS-Bootscripts into conformity. (merged from trunk r6288)

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

Location:
chapter06
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter06/devices.xml

    r90b56f5 raabd480  
    3131be created dynamically on that virtual filesystem as they are detected or
    3232accessed. This is generally done during the boot process. Since this new system
    33 has not been booted, it is necessary to do what the bootscripts would otherwise
    34 do by mounting <filename class="directory">/dev</filename>:</para>
     33has not been booted, it is necessary to do what the LFS-Bootscripts package would
     34otherwise do by mounting <filename class="directory">/dev</filename>:</para>
    3535
    3636<screen><userinput>mount -n -t tmpfs none /dev</userinput></screen>
     
    5252
    5353<para>There are some symlinks and directories required by LFS that are created
    54 during system startup by the bootscripts. Since this is a chroot environment and
    55 not a booted environment, those symlinks and directories need to be created
    56 here:</para>
     54during system startup by the LFS-Bootscripts package. Since this is a chroot
     55environment and not a booted environment, those symlinks and directories need to
     56be created here:</para>
    5757
    5858<screen><userinput>ln -s /proc/self/fd /dev/fd
  • chapter06/hotplug.xml

    r90b56f5 raabd480  
    4141<screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen>
    4242
    43 <para>Remove the init script that Hotplug installs, since we're going to be
    44 using the script included with LFS-Bootscripts:</para>
     43<para>Remove the init script that Hotplug installs since we are going to be
     44using the script included in the LFS-Bootscripts package:</para>
    4545
    4646<screen><userinput>rm -rf /etc/init.d</userinput></screen>
    4747
    48 <para>Network device hotplugging is not supported by LFS-Bootscripts yet. For
    49 that reason, remove the network hotplug agent:</para>
     48<para>Network device hotplugging is not yet supported by the LFS-Bootscripts
     49package. For that reason, remove the network hotplug agent:</para>
    5050
    5151<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
     
    9191<listitem>
    9292<para>These scripts are used for cold plugging, i.e., detecting and acting upon
    93 hardware already present during system startup.  They are called by the
    94 <filename>hotplug</filename> initscript that comes from the LFS-Bootscripts
    95 package.  The <command>*.rc</command> scripts try to recover hotplug events that
    96 were lost during system boot because, for example, the root filesystem was not
    97 mounted by the kernel</para>
     93hardware already present during system startup. They are called by the
     94<filename>hotplug</filename> initscript included in the LFS-Bootscripts package.
     95The <command>*.rc</command> scripts try to recover hotplug events that were lost
     96during system boot because, for example, the root filesystem was not mounted by
     97the kernel</para>
    9898<indexterm zone="ch-system-hotplug hotplug-rc"><primary
    9999sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary></indexterm>
  • chapter06/iproute2.xml

    r90b56f5 raabd480  
    5555    <varlistentry>
    5656    <term><parameter>SBINDIR=/sbin</parameter></term>
    57     <listitem><para>This makes sure that the IPRoute2 binaries will install into
    58       <filename class="directory">/sbin</filename>.  This is the correct
    59       location according to the FHS, because some of the IPRoute2 binaries are used
    60       in the bootscripts.</para>
     57    <listitem><para>This ensures that the IPRoute2 binaries will install into
     58      <filename class="directory">/sbin</filename>. This is the correct location
     59      according to the FHS, because some of the IPRoute2 binaries are used by
     60      the LFS-Bootscripts package.</para>
    6161    </listitem>
    6262    </varlistentry>
  • chapter06/psmisc.xml

    r90b56f5 raabd480  
    3939<varlistentry>
    4040<term><parameter>--exec-prefix=""</parameter></term>
    41 <listitem><para>This causes the binaries to be installed in <filename
    42 class="directory">/bin</filename> instead of <filename
    43 class="directory">/usr/bin</filename>. Because the Psmisc programs are
    44 often used in bootscripts, they should be available when the <filename
    45 class="directory">/usr</filename> file system is not
    46 mounted.</para></listitem>
     41<listitem><para>This ensures that the Psmisc binaries will install into
     42<filename class="directory">/bin</filename> instead of <filename
     43class="directory">/usr/bin</filename>. This is the correct location according to
     44the FHS, because some of the Psmisc binaries are used by the LFS-Bootscripts
     45package.</para></listitem>
    4746</varlistentry>
    4847</variablelist>
  • chapter06/util-linux.xml

    r90b56f5 raabd480  
    8181
    8282<para>Install the package and move the <command>logger</command> binary to
    83 <filename class="directory">/bin</filename> as it is needed by the bootscripts:
    84 </para>
     83<filename class="directory">/bin</filename> as it is needed by the
     84LFS-Bootscripts package:</para>
    8585
    8686<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install
Note: See TracChangeset for help on using the changeset viewer.