clfs-1.2
        clfs-2.1
        clfs-3.0.0-systemd
        clfs-3.0.0-sysvinit
        systemd
        sysvinit
      
      
        
          | Last change
 on this file since 2efffd4f was             aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago | 
        
          | 
Updated trunk book sources to use DocBook-XML DTD 4.5.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            1.2 KB | 
      
      
| Rev | Line |  | 
|---|
| [3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> | 
|---|
| [aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | 
|---|
|  | 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ | 
|---|
| [3f8be484] | 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 |  | 
|---|
| [173da18] | 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> | 
|---|
| [3f8be484] | 16 |  | 
|---|
| [cb943f4] | 17 | <para>There are a few additional packages that will need to be | 
|---|
| [173da18] | 18 | installed to allow you to boot the minimal system. Some of these | 
|---|
| [040521bc] | 19 | packages will be installed onto root or in /usr on the CLFS | 
|---|
|  | 20 | partition (${CLFS}/bin, ${CLFS}/usr/bin, etc...), rather than /tools, using the | 
|---|
| [173da18] | 21 | "DESTDIR" option with make. This will require the | 
|---|
| [3f76cac] | 22 | <systemitem class="username">clfs</systemitem> user to have write access to | 
|---|
| [040521bc] | 23 | the rest of the CLFS partition, so you will need to temporarily change the | 
|---|
|  | 24 | ownership of ${CLFS} to the <systemitem class="username">clfs</systemitem> user. | 
|---|
| [173da18] | 25 | Run the following command as <systemitem | 
|---|
|  | 26 | class="username">root</systemitem>:</para> | 
|---|
| [cb943f4] | 27 |  | 
|---|
| [040521bc] | 28 | <screen><userinput>chown -v clfs ${CLFS}</userinput></screen> | 
|---|
| [cb943f4] | 29 |  | 
|---|
| [3f8be484] | 30 | </sect1> | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.