Changeset e3a1e522 for BOOK/boot


Ignore:
Timestamp:
Feb 21, 2006, 1:57:38 AM (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:
dd1ba637
Parents:
1467bf6
Message:

r981@server (orig r979): jim | 2005-12-30 10:11:32 -0800

r1226@server: cstaub | 2005-12-30 08:35:37 -0800
Updated package deps, removed explanation of cross-compiling from final-system binutils, and removed note about GRUB's testsuite failure


Location:
BOOK/boot/common
Files:
3 edited

Legend:

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

    r1467bf6 re3a1e522  
    2424chown -R 0:0 $LFS/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}</userinput></screen>
    2525
    26   <para os="c">Optionally, you can do the same with <filename class="directory">/tools</filename> and <filename class="directory">/cross-tools</filename>. Although these directories can be deleted once the
     26  <para os="c">The same issue also exists with <filename class="directory">/tools</filename> and <filename class="directory">/cross-tools</filename>. Although these directories can be deleted once the
    2727  LFS system has been finished, they can be retained to build additional
    2828  LFS systems. If the <filename class="directory">/tools</filename> and <filename class="directory">/cross-tools</filename>
  • BOOK/boot/common/settingenviron.xml

    r1467bf6 re3a1e522  
    2727  Setting <envar>LC_ALL</envar> to <quote>POSIX</quote> or <quote>C</quote>
    2828  (the two are equivalent) ensures that everything will work as expected
    29   on your tempoary system.</para>
     29  on your temporary system.</para>
    3030
    3131  <para>By putting <filename class="directory">/tools/bin</filename> at
     
    3434  if they have not yet been built on the target system. This configuration
    3535  forces use of the final system binaries as they are built over the
    36   temp-system, minimising the chance final system programs being built
     36  temp-system, minimising the chance of final system programs being built
    3737  against the temp-system.</para>
    3838
  • BOOK/boot/common/whatnext.xml

    r1467bf6 re3a1e522  
    1111  <title>What to do next</title>
    1212
    13   <para>Now your at the point to get your <filename
     13  <para>Now you're at the point to get your <filename
    1414  class="directory">${LFS}</filename> directory copied over to your target
    15   machine. The easiest method would be to tar and copy the file up.</para>
     15  machine. The easiest method would be to tar it up and copy the file.</para>
    1616
    1717<screen><userinput>tar -jcvf ${LFS}.tar.bz2 ${LFS}</userinput></screen>
    1818
    19   <para>Some others have came up with other idea's on how to do this.
     19  <para>Some others have came up with other ideas on how to do this.
    2020  Below is a table with the method and link to where the information
    2121  is stored.</para>
Note: See TracChangeset for help on using the changeset viewer.