source: clfs-embedded/BOOK/beyond-intro/common/introduction.xml@ 8f65e24

Last change on this file since 8f65e24 was 364d698, checked in by Andrew Bradford <andrew@…>, 11 years ago

Consistently capitalize BusyBox name

It was written sometimes with the second 'B' lowercase which is
incorrect.

  • Property mode set to 100644
File size: 664 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-bclfs-introduction">
9 <?dbhtml filename="introduction.html"?>
10
11 <title>Introduction</title>
12
13 <para os="a">Now that we have our base system built, we may add some optional
14 additional functionality.</para>
15
16 <para os="b">In this section, we explain how to compile additional packages
17 for use with the system. We will also cover how to configure some of the
18 BusyBox Utilities.</para>
19
20</sect1>
Note: See TracBrowser for help on using the repository browser.