Changeset ebc4a9b in clfs-embedded for BOOK/bootscripts/common/bootscripts.xml
- Timestamp:
- Oct 24, 2013, 6:49:41 PM (11 years ago)
- Branches:
- master
- Children:
- 1a129f8
- Parents:
- f96a570
- git-author:
- Andrew Bradford <andrew@…> (10/24/13 18:19:50)
- git-committer:
- Andrew Bradford <andrew@…> (10/24/13 18:49:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/bootscripts.xml
rf96a570 rebc4a9b 55 55 56 56 <seglistitem> 57 <seg> bridge, functions, network, start, stop, and syslog.</seg>57 <seg>functions, startup, shutdown, and syslog.</seg> 58 58 </seglistitem> 59 59 </segmentedlist> … … 63 63 <?dbfo list-presentation="list"?> 64 64 <?dbhtml list-presentation="table"?> 65 66 <varlistentry id="bridge-bootscripts">67 <term><command>bridge</command></term>68 <listitem>69 <para>Sets up network bridging, if configured</para>70 <indexterm zone="ch-scripts-bootscripts bridge-bootscripts">71 <primary sortas="d-bridge">bridge</primary>72 </indexterm>73 </listitem>74 </varlistentry>75 65 76 66 <varlistentry id="functions-bootscripts"> … … 85 75 </varlistentry> 86 76 87 <varlistentry id=" network-bootscripts">88 <term><command> network</command></term>77 <varlistentry id="startup-bootscripts"> 78 <term><command>startup</command></term> 89 79 <listitem> 90 <para>Sets up network interfaces, such as network cards, and sets up 91 the default gateway (where applicable)</para> 92 <indexterm zone="ch-scripts-bootscripts network-bootscripts"> 93 <primary sortas="d-network">network</primary> 80 <para>Performs all startup script operations</para> 81 <indexterm zone="ch-scripts-bootscripts startup-bootscripts"> 82 <primary sortas="d-startup">startup</primary> 83 </indexterm> 84 </listitem> 85 </varlistentry> 86 87 <varlistentry id="shutdown-bootscripts"> 88 <term><command>shutdown</command></term> 89 <listitem> 90 <para>Performs all shutdown operations</para> 91 <indexterm zone="ch-scripts-bootscripts shutdown-bootscripts"> 92 <primary sortas="d-shutdown">shutdown</primary> 94 93 </indexterm> 95 94 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.