Changeset 7922
- Timestamp:
- 02/17/07 13:36:32 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter07/bootscripts.xml (modified) (4 diffs)
- trunk/BOOK/general.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7919 r7922 38 38 39 39 <listitem> 40 <para>2007-02-17</para> 41 <itemizedlist> 42 <listitem> 43 <para>[bryan] - Update contents of lfs-bootscripts.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>2007-02-09</para> 41 50 <itemizedlist> trunk/BOOK/chapter07/bootscripts.xml
r7612 r7922 50 50 <seglistitem> 51 51 <seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup, 52 localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, 53 setclock, static, swap, sysklogd, template, and udev</seg> 52 localnet, modules, mountfs, mountkernfs, network, rc, reboot, 53 sendsignals, setclock, static, swap, sysctl, sysklogd, template, 54 udev, and udev_retry</seg> 54 55 </seglistitem> 55 56 </segmentedlist> … … 148 149 </varlistentry> 149 150 151 <varlistentry id="modules-bootscripts"> 152 <term><command>modules</command></term> 153 <listitem> 154 <para>Loads kernel modules listed in 155 <filename>/etc/sysconfig/modules</filename>, using arguments 156 that are also given there</para> 157 <indexterm zone="ch-scripts-bootscripts modules-bootscripts"> 158 <primary sortas="d-modules">modules</primary> 159 </indexterm> 160 </listitem> 161 </varlistentry> 162 150 163 <varlistentry id="mountfs-bootscripts"> 151 164 <term><command>mountfs</command></term> … … 246 259 </varlistentry> 247 260 261 <varlistentry id="sysctl-bootscripts"> 262 <term><command>sysctl</command></term> 263 <listitem> 264 <para>Loads system configuration values from 265 <filename>/etc/sysctl.conf</filename>, if that file exists, 266 into the running kernel</para> 267 <indexterm zone="ch-scripts-bootscripts sysctl-bootscripts"> 268 <primary sortas="d-sysctl">sysctl</primary> 269 </indexterm> 270 </listitem> 271 </varlistentry> 272 248 273 <varlistentry id="sysklogd-bootscripts"> 249 274 <term><command>sysklogd</command></term> … … 278 303 </varlistentry> 279 304 305 <varlistentry id="udev-retry-bootscripts"> 306 <term><command>udev_retry</command></term> 307 <listitem> 308 <para>Retries failed udev uevents, and copies generated rules 309 files from <filename class="directory">/dev/.udev</filename> to 310 <filename class="directory">/etc/udev/rules.d</filename> if required</para> 311 <indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts"> 312 <primary sortas="d-udev-retry">udev_retry</primary> 313 </indexterm> 314 </listitem> 315 </varlistentry> 316 280 317 </variablelist> 281 318 trunk/BOOK/general.ent
r7916 r7922 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-200702 09">3 <!ENTITY releasedate "February 9, 2007">2 <!ENTITY version "SVN-20070217"> 3 <!ENTITY releasedate "February 17, 2007"> 4 4 <!ENTITY milestone "6.3"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
