Changes in / [1ab9a96:b4badbd]


Ignore:
Files:
1 added
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/bootscripts.xml

    r1ab9a96 rb4badbd  
    2626    <title>Installation of Bootscripts</title>
    2727
    28     <para os="p1">Apply a patch which modifies the scripts for use in
    29     <filename class="directory">/tools</filename>:</para>
    30 
    31 <screen os="p2"><userinput>patch -Np1 -i ../&bootscripts-clfs-tools_updates-patch;</userinput></screen>
    32 
    3328    <para os="a">Install the package:</para>
    3429
    35 <screen os="b"><userinput>make DESTDIR=/tools install-minimal</userinput></screen>
     30<screen os="b"><userinput>make DESTDIR=/tools install-bootscripts</userinput></screen>
    3631
    3732  <para os="c">The <command>setclock</command> script reads the time from the
  • BOOK/bootable/x86/kernel.xml

    r1ab9a96 rb4badbd  
    4242
    4343    <para>Be sure to enable or disable following features or the system might
    44     not work correctly or boot at all:</para>
     44    not work correctly or boot at all.<!-- Refer to
     45    <filename>/usr/share/doc/systemd-&systemd-version;/README</filename> -->:</para>
    4546
    4647    <screen role="nodump">Device Drivers  ---&gt;
     
    5253    <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it
    5354    is highly recommended by the Systemd developers. "EFI Variable support" and
    54     "EFI GUID Partition support" are for UEFI systems.</para></note>
     55    "EFI GUID Partition support" are for UEFI systems. "Collect scheduler
     56    debugging info" and "Collect scheduler statistics" is for systemd-bootchart.
     57    </para></note>
    5558
    5659    <para os="h">Configure the kernel via a menu-driven interface.
  • BOOK/final-system/common/kbd.xml

    r1ab9a96 rb4badbd  
    4343<screen os="h"><userinput>make install</userinput></screen>
    4444
    45     <para os="i">Some of the programs from Kbd are used by the CLFS Bootscripts
    46     to initialize the system, so those binaries need to be on the root
     45    <para os="i">Some of the programs from Kbd are used by systemd to
     46    initialize the system, those binaries need to be on the root
    4747    partition:</para>
    4848
    49 <screen os="j"><userinput>mv -v /usr/bin/{dumpkeys,kbd_mode,loadkeys,setfont} /bin</userinput></screen>
     49<screen os="j"><userinput>mv -v /usr/bin/{loadkeys,setfont} /bin</userinput></screen>
    5050
    5151    <para os="k">Install the documentation:</para>
  • BOOK/introduction/common/changelog.xml

    r1ab9a96 rb4badbd  
    4343          <para>[William Harrington] - Move <command>logger</command> to
    4444          <filename class="directory">/bin</filename> for CLFS-Bootscripts
    45         </listitem>
    46         <listitem>
    4745          requirement..</para>
    48           <para>[Chris] - Changed "systemd" reference on Kbd page to
    49           CLFS Bootscripts, and added dumpkeys and kbd_mode to list of
    50           programs moved to /bin as they're used in the bootscripts.</para>
    5146        </listitem>
    5247      </itemizedlist>
  • BOOK/materials/common/patches.xml

    r1ab9a96 rb4badbd  
    3838    </varlistentry>
    3939-->
    40     <varlistentry>
    41       <term>Bootscripts Cross-LFS Updates Patch - <token>&bootscripts-clfs-tools_updates-patch-size;</token>:</term>
    42       <listitem>
    43         <para>Download: <ulink
    44         url="&patches-root;&bootscripts-clfs-tools_updates-patch;"/></para>
    45         <para>MD5 sum: <literal>&bootscripts-clfs-tools_updates-patch-md5;</literal></para>
    46       </listitem>
    47     </varlistentry>
    48 
    4940    <varlistentry>
    5041      <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term>
  • BOOK/patches.ent

    r1ab9a96 rb4badbd  
    1414<!ENTITY binutils-branch_update-patch-size "5,268 KB">
    1515-->
    16 
    17 <!ENTITY bootscripts-clfs-tools_updates-patch "bootscripts-cross-lfs-&bootscripts-clfs-version;-tools_updates-1.patch">
    18 <!ENTITY bootscripts-clfs-tools_updates-patch-md5 "9bbc4c0d5caed7f50be7ac5ea2897e3f">
    19 <!ENTITY bootscripts-clfs-tools_updates-patch-size "18.718 KB">
    2016
    2117<!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch">
  • patches/sysvinit-2.88dsf-tools_updates-1.patch

    r1ab9a96 rb4badbd  
    1 Submitted By: William Harrington (kb0iic at cross-lfs dot org)
    2 Date: 2014-05-16
    3 Initial Package Version: 2.88dsf
    4 Origin: Idea for cleaning up boot chapter by Chris Staub
    5 Upstream Status: Not Applied - CLFS Specific
    6 Description: Reduces ${CLFS}/ pollution by using ${CLFS}/tools as much as possible.
    7 
    81diff -Naur sysvinit-2.88dsf.orig/src/Makefile sysvinit-2.88dsf/src/Makefile
    92--- sysvinit-2.88dsf.orig/src/Makefile  2010-04-11 05:30:27.000000000 -0400
Note: See TracChangeset for help on using the changeset viewer.