Changeset 0636f6c for boot/common
- Timestamp:
- Feb 21, 2006, 1:57:38 AM (19 years ago)
- Children:
- 4d6fcf9
- Parents:
- db38a36
- Location:
- boot/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/changingowner.xml
rdb38a36 r0636f6c 24 24 chown -R 0:0 $LFS/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}</userinput></screen> 25 25 26 <para os="c"> Optionally, you can do the samewith <filename class="directory">/tools</filename> and <filename class="directory">/cross-tools</filename>. Although these directories can be deleted once the26 <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 27 27 LFS system has been finished, they can be retained to build additional 28 28 LFS systems. If the <filename class="directory">/tools</filename> and <filename class="directory">/cross-tools</filename> -
boot/common/settingenviron.xml
rdb38a36 r0636f6c 27 27 Setting <envar>LC_ALL</envar> to <quote>POSIX</quote> or <quote>C</quote> 28 28 (the two are equivalent) ensures that everything will work as expected 29 on your tempo ary system.</para>29 on your temporary system.</para> 30 30 31 31 <para>By putting <filename class="directory">/tools/bin</filename> at … … 34 34 if they have not yet been built on the target system. This configuration 35 35 forces use of the final system binaries as they are built over the 36 temp-system, minimising the chance final system programs being built36 temp-system, minimising the chance of final system programs being built 37 37 against the temp-system.</para> 38 38 -
boot/common/whatnext.xml
rdb38a36 r0636f6c 11 11 <title>What to do next</title> 12 12 13 <para>Now you rat the point to get your <filename13 <para>Now you're at the point to get your <filename 14 14 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> 16 16 17 17 <screen><userinput>tar -jcvf ${LFS}.tar.bz2 ${LFS}</userinput></screen> 18 18 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. 20 20 Below is a table with the method and link to where the information 21 21 is stored.</para>
Note:
See TracChangeset
for help on using the changeset viewer.