source: boot/common/introduction.xml @ d682c7e

Last change on this file since d682c7e was f1fd69a, checked in by Jim Gifford <clfs@…>, 18 years ago

r4227@server: jim | 2006-07-01 23:46:16 -0700
More LFS to CLFS Updates

  • Property mode set to 100644
File size: 1.2 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
[fd90c25f]13  <para>This chapter shows how to complete the build of temporary tools to
14  create a minimal system that will be used to boot the target machine and to
15  build the final system packages.</para>
[bf8c11f]16
[32ec4f08]17  <para>There are a few additional packages that will need to be
[fd90c25f]18  installed to allow you to boot the minimal system. Some of these
[b71fa50]19  packages will be installed onto the root or in /usr on the CLFS
[9cb6b64]20  partition ($CLFS/bin, $CLFS/usr/lib, etc...), rather than /tools, using the
[fd90c25f]21  "DESTDIR" option with make. This will require the
[f1fd69a]22  <systemitem class="username">clfs</systemitem> user to have write access to
[9cb6b64]23  the rest of the $CLFS partition, so you will need to temporarily change the
[f1fd69a]24  ownership of $CLFS to the <systemitem class="username">clfs</systemitem> user.
[fd90c25f]25  Run the following command as <systemitem
26  class="username">root</systemitem>:</para>
[32ec4f08]27
[f1fd69a]28<screen><userinput>chown -v clfs $CLFS</userinput></screen>
[32ec4f08]29
[bf8c11f]30</sect1>
Note: See TracBrowser for help on using the repository browser.