source: support.xml@ acf7e2c

basic
Last change on this file since acf7e2c was e1100da, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Initial commit of basic branch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20509 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 903 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter 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 <!ENTITY xinclude "http://www.w3.org/2001/XInclude">
8]>
9
10<!--
11$LastChangedBy$
12$Date$
13-->
14
15<chapter id="support" xreflabel="Support Tools">
16 <?dbhtml filename="support.html"?>
17
18 <title>Support Tools</title>
19
20 <para>These programs are used by other programs.</para>
21
22 <xi:include xmlns:xi="&xinclude;" href="general/prog/python2.xml"/>
23 <xi:include xmlns:xi="&xinclude;" href="general/sysutils/cpio.xml"/>
24 <xi:include xmlns:xi="&xinclude;" href="postlfs/filesystems/parted.xml"/>
25 <xi:include xmlns:xi="&xinclude;" href="server/databases/db.xml"/>
26
27
28<!--
29cpio-2.12 (for building initrd)
30 parted-3.2 (for partprobe)
31 Berkeley DB-5.3.28
32
33
34-->
35
36</chapter>
Note: See TracBrowser for help on using the repository browser.