Changeset 373cf47 in clfs-embedded


Ignore:
Timestamp:
Mar 23, 2011, 3:39:24 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
2a0b49e
Parents:
08718a4
git-author:
Andrew Bradford <bradfa@…> (03/21/11 03:17:03)
git-committer:
Andrew Bradford <bradfa@…> (03/23/11 15:39:24)
Message:

Removed inclusion of chowning section

Removed the inclusion of the bootable/common/chowning.xml section from
all books. It happens too early on embedded since we don't boot the
target until pretty much the end of the book. If you perform the chowning
and then want to do anything else (fix something, do bclfs, etc), it has
to be done as root rather than the "clfs" user. That's not a good idea,
too much risk of typing the wrong path and messing up the host.

This does not delete the bootable/common/chowning.xml file, just stops it
from being included.

Location:
BOOK/bootable
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/arm-chapter.xml

    r08718a4 r373cf47  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/kernel.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chowning.xml"/>
    1817
    1918</chapter>
  • BOOK/bootable/mips-chapter.xml

    r08718a4 r373cf47  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/kernel.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chowning.xml"/>
    1817
    1918</chapter>
  • BOOK/bootable/wrt-chapter.xml

    r08718a4 r373cf47  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wrt/kernel.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chowning.xml"/>
    1817
    1918</chapter>
  • BOOK/bootable/x86-chapter.xml

    r08718a4 r373cf47  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/kernel.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/chowning.xml"/>
    1817
    1918</chapter>
Note: See TracChangeset for help on using the changeset viewer.