source: BOOK/boot/common/introduction.xml @ cba7feb9

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since cba7feb9 was eb55250, checked in by Jim Gifford <clfs@…>, 18 years ago

r1166@server (orig r1164): chris | 2006-02-10 22:07:07 -0800
Added -v to the rest of the temp-system pages, and various other text updates

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-boot-introduction">
9  <?dbhtml filename="introduction.html"?>
10
11  <title>Introduction</title>
12
13  <para>This chapter shows how to complete the temporary tools to create
14  a minimal system that will be used to boot the target machine and to build
15  the final system packages.</para>
16
17  <para>There are a few additional packages that will need to be
18installed to allow you to boot the minimal system. Most of these
19packages will be installed onto the root or in /usr on the LFS
20partition ($LFS/bin, $LFS/usr/lib, etc...), rather than /tools.
21However, since you are still installing these packages from the host
22system, these packages will need to be installed using the "DESTDIR"
23option with make.</para>
24
25<para>More detailed info about DESTDIR needed here...</para>
26
27<para>Also, since you will need to create directories and install
28packages in them in $LFS (and of course don't want to use root to do
29this, to avoid damage to the host system), outside of /tools and
30/cross-tools, you will need to temporarily change the ownership of
31$LFS to the <systemitem class="username">lfs</systemitem> user. Run
32the following command as <systemitem
33class="username">root</systemitem>:</para>
34
35<screen><userinput>chown -v lfs $LFS</userinput></screen>
36
37</sect1>
Note: See TracBrowser for help on using the repository browser.