source: clfs-embedded/BOOK/bootscripts/common/bootscripts.xml@ c98e933

Last change on this file since c98e933 was 86c5fd0, checked in by Andrew Bradford <bradfa@…>, 14 years ago

Updated bootscripts contents to match actual scripts

  • Property mode set to 100644
File size: 3.0 KB
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-scripts-bootscripts" role="wrap">
9 <?dbhtml filename="bootscripts.html"?>
10
11 <title>CLFS-Bootscripts-&clfs-bootscripts-version;</title>
12
13 <indexterm zone="ch-scripts-bootscripts">
14 <primary sortas="a-Bootscripts">Bootscripts</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The CLFS-Bootscripts package contains a set of scripts to
21 start/stop the CLFS system at bootup/shutdown.</para>
22
23 </sect2>
24
25 <sect2 role="installation">
26 <title>Installation of CLFS-Bootscripts</title>
27
28 <para>Install the package:</para>
29
30<screen><userinput>make DESTDIR=${CLFS} install-bootscripts</userinput></screen>
31
32 </sect2>
33
34 <sect2 id="contents-bootscripts" role="content">
35 <title>Contents of CLFS-Bootscripts</title>
36
37 <segmentedlist>
38 <segtitle>Installed scripts</segtitle>
39
40 <seglistitem>
41 <seg>bridge, functions, network, start, stop, and syslog.</seg>
42 </seglistitem>
43 </segmentedlist>
44
45 <variablelist>
46 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
47 <?dbfo list-presentation="list"?>
48 <?dbhtml list-presentation="table"?>
49
50 <varlistentry id="bridge-bootscripts">
51 <term><command>bridge</command></term>
52 <listitem>
53 <para>Sets up network bridging, if configured</para>
54 <indexterm zone="ch-scripts-bootscripts bridge-bootscripts">
55 <primary sortas="d-bridge">bridge</primary>
56 </indexterm>
57 </listitem>
58 </varlistentry>
59
60 <varlistentry id="functions-bootscripts">
61 <term><command>functions</command></term>
62 <listitem>
63 <para>Contains common functions, such as error and status checking,
64 that are used by several bootscripts</para>
65 <indexterm zone="ch-scripts-bootscripts functions-bootscripts">
66 <primary sortas="d-functions">functions</primary>
67 </indexterm>
68 </listitem>
69 </varlistentry>
70
71 <varlistentry id="network-bootscripts">
72 <term><command>network</command></term>
73 <listitem>
74 <para>Sets up network interfaces, such as network cards, and sets up
75 the default gateway (where applicable)</para>
76 <indexterm zone="ch-scripts-bootscripts network-bootscripts">
77 <primary sortas="d-network">network</primary>
78 </indexterm>
79 </listitem>
80 </varlistentry>
81
82 <varlistentry id="syslog-bootscripts">
83 <term><command>syslog</command></term>
84 <listitem>
85 <para>Starts and stops the system log daemons</para>
86 <indexterm zone="ch-scripts-bootscripts syslog-bootscripts">
87 <primary sortas="d-syslog">syslog</primary>
88 </indexterm>
89 </listitem>
90 </varlistentry>
91
92 </variablelist>
93
94 </sect2>
95
96</sect1>
Note: See TracBrowser for help on using the repository browser.