Ignore:
Timestamp:
Sep 22, 2006, 8:30:38 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8953f24
Parents:
5921622
Message:

Sync up with 1.0 Book

Location:
BOOK/final-system/x86
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86/glibc.xml

    r5921622 r040521bc  
    238238    <filename>/etc/localtime</filename> file by running:</para>
    239239
    240 <screen><userinput>cp -fv /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
     240<screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
    241241    /etc/localtime</userinput></screen>
    242242
  • BOOK/final-system/x86/grub.xml

    r5921622 r040521bc  
    5454<screen os="g"><userinput>make install
    5555mkdir -pv /boot/grub
    56 cp -v /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
     56cp -v /usr/lib/grub/*/stage{1,2} /boot/grub</userinput></screen>
    5757
    58     <para os="h">Replace <filename class="directory">i386-pc</filename> with whatever
    59     directory is appropriate for the hardware in use.</para>
    60 
    61     <para os="i">The <filename class="directory">i386-pc</filename> directory
    62     contains a number of <filename>*stage1_5</filename> files, different
    63     ones for different file systems. Review the files available and copy
    64     the appropriate ones to the <filename
     58    <para os="h">The directory in
     59    <filename class="directory">/usr/lib/grub</filename> (its name depends
     60    on your arch) contains a number of <filename>*stage1_5</filename> files,
     61    different ones for different file systems. Review the files available and
     62    copy the appropriate ones to the <filename
    6563    class="directory">/boot/grub</filename> directory. Most users will
    6664    copy the <filename>e2fs_stage1_5</filename> and/or
  • BOOK/final-system/x86/linux-headers.xml

    r5921622 r040521bc  
    5353
    5454      <seglistitem>
    55         <seg>/usr/include/{asm,linux}/*.h</seg>
     55        <seg>/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</seg>
    5656      </seglistitem>
    5757    </segmentedlist>
     
    6464      <varlistentry id="linux-headers">
    6565        <term><filename
    66         class="headerfile">/usr/include/{asm,linux}/*.h</filename></term>
     66        class="headerfile">/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</filename></term>
    6767        <listitem>
    6868          <para>The Linux API headers</para>
Note: See TracChangeset for help on using the changeset viewer.