Changeset ed5e88d in clfs-embedded for BOOK/final-system


Ignore:
Timestamp:
Oct 15, 2013, 1:00:04 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
08c1cb1
Parents:
9228651
git-author:
Andrew Bradford <andrew@…> (10/14/13 11:22:08)
git-committer:
Andrew Bradford <andrew@…> (10/15/13 13:00:04)
Message:

Move creatingdirs to final-system

We don't want to make any final system file system configuration until
after the entire toolchain is built. This will allow for building a
stand alone toolchain that could be used for other purposes and where
the target file system can be created anywhere.

Location:
BOOK/final-system
Files:
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/arm-chapter.xml

    r9228651 red5e88d  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingdirs.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingfiles.xml"/>
    1618  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    1719  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
  • BOOK/final-system/common/creatingdirs.xml

    r9228651 red5e88d  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    66]>
    77
    8 <sect1 id="ch-final-preps-creatingdirs">
     8<sect1 id="ch-final-system-creatingdirs">
    99  <?dbhtml filename="creatingdirs.html"?>
    1010
  • BOOK/final-system/common/creatingfiles.xml

    r9228651 red5e88d  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    66]>
    77
    8 <sect1 id="ch-final-preps-creatingfiles">
     8<sect1 id="ch-final-system-creatingfiles">
    99  <?dbhtml filename="creatingfiles.html"?>
    1010
    1111  <title>Creating the passwd, group, and log Files</title>
    1212
    13   <indexterm zone="ch-final-preps-creatingfiles">
     13  <indexterm zone="ch-final-system-creatingfiles">
    1414    <primary sortas="e-/etc/passwd">/etc/passwd</primary>
    1515  </indexterm>
    1616
    17   <indexterm zone="ch-final-preps-creatingfiles">
     17  <indexterm zone="ch-final-system-creatingfiles">
    1818    <primary sortas="e-/etc/group">/etc/group</primary>
    1919  </indexterm>
    2020
    21   <indexterm zone="ch-final-preps-creatingfiles">
     21  <indexterm zone="ch-final-system-creatingfiles">
    2222    <primary sortas="e-/var/run/utmp">/var/run/utmp</primary>
    2323  </indexterm>
    2424
    25   <indexterm zone="ch-final-preps-creatingfiles">
     25  <indexterm zone="ch-final-system-creatingfiles">
    2626    <primary sortas="e-/var/log/btmp">/var/log/btmp</primary>
    2727  </indexterm>
    2828
    29   <indexterm zone="ch-final-preps-creatingfiles">
     29  <indexterm zone="ch-final-system-creatingfiles">
    3030    <primary sortas="e-/var/log/lastlog">/var/log/lastlog</primary>
    3131  </indexterm>
    3232
    33   <indexterm zone="ch-final-preps-creatingfiles">
     33  <indexterm zone="ch-final-system-creatingfiles">
    3434    <primary sortas="e-/var/log/wtmp">/var/log/wtmp</primary>
    3535  </indexterm>
  • BOOK/final-system/mips-chapter.xml

    r9228651 red5e88d  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingdirs.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingfiles.xml"/>
    1618  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    1719  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
  • BOOK/final-system/x86-chapter.xml

    r9228651 red5e88d  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingdirs.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingfiles.xml"/>
    1618  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    1719  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
Note: See TracChangeset for help on using the changeset viewer.