- Timestamp:
- Nov 14, 2006, 10:37:04 PM (18 years ago)
- Branches:
- master
- Children:
- 81941ed
- Parents:
- 003388c
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/bootscripts.xml
r003388c ra56c046 39 39 40 40 <seglistitem> 41 <seg>checkfs, cleanfs, console, functions, halt, ifdown, 42 ifup, localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, 43 setclock, static, swap, sysklogd, and template.</seg> 41 <seg>functions, network, start, stop, and syslog.</seg> 44 42 </seglistitem> 45 43 </segmentedlist> … … 50 48 <?dbhtml list-presentation="table"?> 51 49 52 <varlistentry id="checkfs-bootscripts">53 <term><command>checkfs</command></term>54 <listitem>55 <para>Checks the integrity of the file systems before they are56 mounted (with the exception of journal and network based file57 systems)</para>58 <indexterm zone="ch-scripts-bootscripts checkfs-bootscripts">59 <primary sortas="d-checkfs">checkfs</primary>60 </indexterm>61 </listitem>62 </varlistentry>63 64 <varlistentry id="cleanfs-bootscripts">65 <term><command>cleanfs</command></term>66 <listitem>67 <para>Removes files that should not be preserved between reboots,68 such as those in <filename class="directory">/var/run/</filename>69 and <filename class="directory">/var/lock/</filename>; it re-creates70 <filename>/var/run/utmp</filename> and removes the possibly present71 <filename>/etc/nologin</filename>, <filename>/fastboot</filename>,72 and <filename>/forcefsck</filename> files</para>73 <indexterm zone="ch-scripts-bootscripts cleanfs-bootscripts">74 <primary sortas="d-cleanfs">cleanfs</primary>75 </indexterm>76 </listitem>77 </varlistentry>78 79 <varlistentry id="console-bootscripts">80 <term><command>console</command></term>81 <listitem>82 <para>Loads the correct keymap table for the desired keyboard83 layout; it also sets the screen font</para>84 <indexterm zone="ch-scripts-bootscripts console-bootscripts">85 <primary sortas="d-console">console</primary>86 </indexterm>87 </listitem>88 </varlistentry>89 90 50 <varlistentry id="functions-bootscripts"> 91 51 <term><command>functions</command></term> … … 95 55 <indexterm zone="ch-scripts-bootscripts functions-bootscripts"> 96 56 <primary sortas="d-functions">functions</primary> 97 </indexterm>98 </listitem>99 </varlistentry>100 101 <varlistentry id="halt-bootscripts">102 <term><command>halt</command></term>103 <listitem>104 <para>Halts the system</para>105 <indexterm zone="ch-scripts-bootscripts halt-bootscripts">106 <primary sortas="d-halt">halt</primary>107 </indexterm>108 </listitem>109 </varlistentry>110 111 <varlistentry id="ifdown-bootscripts">112 <term><command>ifdown</command></term>113 <listitem>114 <para>Assists the network script with stopping network devices</para>115 <indexterm zone="ch-scripts-bootscripts ifdown-bootscripts">116 <primary sortas="d-ifdown">ifdown</primary>117 </indexterm>118 </listitem>119 </varlistentry>120 121 <varlistentry id="ifup-bootscripts">122 <term><command>ifup</command></term>123 <listitem>124 <para>Assists the network script with starting network devices</para>125 <indexterm zone="ch-scripts-bootscripts ifup-bootscripts">126 <primary sortas="d-ifup">ifup</primary>127 </indexterm>128 </listitem>129 </varlistentry>130 131 <varlistentry id="localnet-bootscripts">132 <term><command>localnet</command></term>133 <listitem>134 <para>Sets up the system's hostname and local loopback device</para>135 <indexterm zone="ch-scripts-bootscripts localnet-bootscripts">136 <primary sortas="d-localnet">localnet</primary>137 </indexterm>138 </listitem>139 </varlistentry>140 141 <varlistentry id="mountfs-bootscripts">142 <term><command>mountfs</command></term>143 <listitem>144 <para>Mounts all file systems, except ones that are marked145 <emphasis>noauto</emphasis> or are network based</para>146 <indexterm zone="ch-scripts-bootscripts mountfs-bootscripts">147 <primary sortas="d-mountfs">mountfs</primary>148 </indexterm>149 </listitem>150 </varlistentry>151 152 <varlistentry id="mountkernfs-bootscripts">153 <term><command>mountkernfs</command></term>154 <listitem>155 <para>Mounts virtual kernel file systems, such as156 <systemitem class="filesystem">proc</systemitem></para>157 <indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts">158 <primary sortas="d-mountkernfs">mountkernfs</primary>159 57 </indexterm> 160 58 </listitem> … … 172 70 </varlistentry> 173 71 174 <varlistentry id="rc-bootscripts"> 175 <term><command>rc</command></term> 176 <listitem> 177 <para>The master run-level control script; it is responsible for 178 running all the other bootscripts one-by-one, in a sequence 179 determined by the name of the symbolic links being processed</para> 180 <indexterm zone="ch-scripts-bootscripts rc-bootscripts"> 181 <primary sortas="d-rc">rc</primary> 182 </indexterm> 183 </listitem> 184 </varlistentry> 185 186 <varlistentry id="reboot-bootscripts"> 187 <term><command>reboot</command></term> 188 <listitem> 189 <para>Reboots the system</para> 190 <indexterm zone="ch-scripts-bootscripts reboot-bootscripts"> 191 <primary sortas="d-reboot">reboot</primary> 192 </indexterm> 193 </listitem> 194 </varlistentry> 195 196 <varlistentry id="sendsignals-bootscripts"> 197 <term><command>sendsignals</command></term> 198 <listitem> 199 <para>Makes sure every process is terminated before the system reboots 200 or halts</para> 201 <indexterm zone="ch-scripts-bootscripts sendsignals-bootscripts"> 202 <primary sortas="d-sendsignals">sendsignals</primary> 203 </indexterm> 204 </listitem> 205 </varlistentry> 206 207 <varlistentry id="setclock-bootscripts"> 208 <term><command>setclock</command></term> 209 <listitem> 210 <para>Resets the kernel clock to local time in case the hardware clock 211 is not set to UTC time</para> 212 <indexterm zone="ch-scripts-bootscripts setclock-bootscripts"> 213 <primary sortas="d-setclock">setclock</primary> 214 </indexterm> 215 </listitem> 216 </varlistentry> 217 218 <varlistentry id="static-bootscripts"> 219 <term><command>static</command></term> 220 <listitem> 221 <para>Provides the functionality needed to assign a static Internet 222 Protocol (IP) address to a network interface</para> 223 <indexterm zone="ch-scripts-bootscripts static-bootscripts"> 224 <primary sortas="d-static">static</primary> 225 </indexterm> 226 </listitem> 227 </varlistentry> 228 229 <varlistentry id="swap-bootscripts"> 230 <term><command>swap</command></term> 231 <listitem> 232 <para>Enables and disables swap files and partitions</para> 233 <indexterm zone="ch-scripts-bootscripts swap-bootscripts"> 234 <primary sortas="d-swap">swap</primary> 235 </indexterm> 236 </listitem> 237 </varlistentry> 238 239 <varlistentry id="sysklogd-bootscripts"> 240 <term><command>sysklogd</command></term> 72 <varlistentry id="sysklog-bootscripts"> 73 <term><command>sysklog</command></term> 241 74 <listitem> 242 75 <para>Starts and stops the system and kernel log daemons</para> 243 <indexterm zone="ch-scripts-bootscripts sysklogd-bootscripts"> 244 <primary sortas="d-sysklogd">sysklogd</primary> 245 </indexterm> 246 </listitem> 247 </varlistentry> 248 249 <varlistentry id="template-bootscripts"> 250 <term><command>template</command></term> 251 <listitem> 252 <para>A template to create custom bootscripts for other 253 daemons</para> 254 <indexterm zone="ch-scripts-bootscripts template-bootscripts"> 255 <primary sortas="d-template">template</primary> 76 <indexterm zone="ch-scripts-bootscripts sysklog-bootscripts"> 77 <primary sortas="d-sysklog">sysklogd</primary> 256 78 </indexterm> 257 79 </listitem> -
BOOK/packages.ent
r003388c ra56c046 17 17 <!ENTITY busybox-home "http://www.busybox.net"> 18 18 19 <!ENTITY clfs-bootscripts-version "1. 1-pre3">20 <!ENTITY clfs-bootscripts-size " 24 KB">21 <!ENTITY clfs-bootscripts-url "&packages-root; bootscripts-cross-lfs-&clfs-bootscripts-version;.tar.bz2">22 <!ENTITY clfs-bootscripts-md5 " 7afd4502d3b587e3fd447bb9db8a6156">19 <!ENTITY clfs-bootscripts-version "1.0-pre1"> 20 <!ENTITY clfs-bootscripts-size "4 KB"> 21 <!ENTITY clfs-bootscripts-url "&packages-root;clfs3-bootscripts-&clfs-bootscripts-version;.tar.bz2"> 22 <!ENTITY clfs-bootscripts-md5 "1bd5a111eb0510e317f0e4a38f9710be"> 23 23 <!ENTITY clfs-bootscripts-home " "> 24 24
Note:
See TracChangeset
for help on using the changeset viewer.