source: boot/common/introduction.xml @ 61f8f69

Last change on this file since 61f8f69 was 32ec4f08, checked in by Jim Gifford <clfs@…>, 18 years ago

r1072@server (orig r1070): chris | 2006-01-13 09:06:35 -0800
Changed several package installation instruction in Chapter 7, and removed the line about journalling filesystems from fstab (to be consistent with {B}LFS)

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[bf8c11f]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
[f32f537]13  <para>This chapter shows how to complete the temporary tools to create
[bf8c11f]14  a minimal system that will be used to boot the target machine and to build
[f32f537]15  the final system packages.</para>
[bf8c11f]16
[32ec4f08]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 lfs $LFS</userinput></screen>
36
[bf8c11f]37</sect1>
Note: See TracBrowser for help on using the repository browser.