Changeset 1ab9a96 for BOOK


Ignore:
Timestamp:
05/17/14 08:41:51 (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
3205da5
Parents:
b4badbd (diff), 156c0fe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Fix conflicts with merge.

Location:
BOOK
Files:
6 edited

Legend:

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

    rb4badbd r1ab9a96  
    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
    2833    <para os="a">Install the package:</para>
    2934
    30 <screen os="b"><userinput>make DESTDIR=/tools install-bootscripts</userinput></screen>
     35<screen os="b"><userinput>make DESTDIR=/tools install-minimal</userinput></screen>
    3136
    3237  <para os="c">The <command>setclock</command> script reads the time from the
  • BOOK/bootable/x86/kernel.xml

    rb4badbd r1ab9a96  
    4242
    4343    <para>Be sure to enable or disable following features or the system might
    44     not work correctly or boot at all.<!-- Refer to
    45     <filename>/usr/share/doc/systemd-&systemd-version;/README</filename> -->:</para>
     44    not work correctly or boot at all:</para>
    4645
    4746    <screen role="nodump">Device Drivers  ---&gt;
     
    5352    <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it
    5453    is highly recommended by the Systemd developers. "EFI Variable support" and
    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>
     54    "EFI GUID Partition support" are for UEFI systems.</para></note>
    5855
    5956    <para os="h">Configure the kernel via a menu-driven interface.
  • BOOK/final-system/common/kbd.xml

    rb4badbd r1ab9a96  
    4343<screen os="h"><userinput>make install</userinput></screen>
    4444
    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
     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
    4747    partition:</para>
    4848
    49 <screen os="j"><userinput>mv -v /usr/bin/{loadkeys,setfont} /bin</userinput></screen>
     49<screen os="j"><userinput>mv -v /usr/bin/{dumpkeys,kbd_mode,loadkeys,setfont} /bin</userinput></screen>
    5050
    5151    <para os="k">Install the documentation:</para>
  • BOOK/introduction/common/changelog.xml

    rb4badbd r1ab9a96  
    4343          <para>[William Harrington] - Move <command>logger</command> to
    4444          <filename class="directory">/bin</filename> for CLFS-Bootscripts
     45        </listitem>
     46        <listitem>
    4547          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>
    4651        </listitem>
    4752      </itemizedlist>
  • BOOK/materials/common/patches.xml

    rb4badbd r1ab9a96  
    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
    4049    <varlistentry>
    4150      <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term>
  • BOOK/patches.ent

    rb4badbd r1ab9a96  
    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">
    1620
    1721<!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch">
Note: See TracChangeset for help on using the changeset viewer.