source: clfs-embedded/BOOK/bootable/arm-chapter.xml @ 373cf47

Last change on this file since 373cf47 was 373cf47, checked in by Andrew Bradford <bradfa@…>, 13 years ago

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.

  • Property mode set to 100644
File size: 705 bytes
RevLine 
[ad36f39]1<?xml version="1.0" encoding="ISO-8859-1"?>
[bd48e48]2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[ad36f39]4  <!ENTITY % general-entities SYSTEM "../general.ent">
5  %general-entities;
6]>
7
8<chapter id="chapter-bootable" xreflabel="Making the CLFS System Bootable">
9  <?dbhtml dir="bootable"?>
10  <?dbhtml filename="chapter.html"?>
11
12  <title>Making the CLFS System Bootable</title>
13
14  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/kernel.xml"/>
17
18</chapter>
Note: See TracBrowser for help on using the repository browser.