Changeset 676d923 in clfs-sysroot for BOOK/bootscripts/common/bootscripts.xml
- Timestamp:
- Mar 15, 2009, 2:42:22 PM (17 years ago)
- Branches:
- master
- Children:
- 10658db
- Parents:
- 1970967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/bootscripts.xml
r1970967 r676d923 9 9 <?dbhtml filename="bootscripts.html"?> 10 10 11 <title> CLFS-Bootscripts-&clfs-bootscripts-version;</title>11 <title>Bootscripts for CLFS &bootscripts-clfs-version;</title> 12 12 13 13 <indexterm zone="ch-scripts-bootscripts"> … … 18 18 <title/> 19 19 20 <para>The CLFS-Bootscripts package contains a set of scripts to20 <para>The Bootscripts package contains a set of scripts to 21 21 start/stop the CLFS system at bootup/shutdown.</para> 22 22 … … 24 24 25 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> 26 <title>Installation of Bootscripts</title> 27 28 <para os="a">Install the package:</para> 29 30 <screen os="b"><userinput>make DESTDIR="${CLFS}" install-bootscripts</userinput></screen> 31 32 <para os="c">You can will need to run the following command to install support for Networking:</para> 33 34 <screen os="d"><userinput>make DESTDIR="${CLFS}" install-network</userinput></screen> 31 35 32 36 </sect2> 33 37 34 38 <sect2 id="contents-bootscripts" role="content"> 35 <title>Contents of CLFS-Bootscripts</title>39 <title>Contents of Bootscripts</title> 36 40 37 41 <segmentedlist> … … 41 45 <seg>checkfs, cleanfs, console, functions, halt, ifdown, 42 46 ifup, localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, 43 setclock, static, swap, sysklogd, and template.</seg>47 setclock, static, swap, sysklogd, template, and udev.</seg> 44 48 </seglistitem> 45 49 </segmentedlist> … … 258 262 </varlistentry> 259 263 264 <varlistentry id="udev-bootscripts"> 265 <term><command>udev</command></term> 266 <listitem> 267 <para>Starts and stops the Udev daemon</para> 268 <indexterm zone="ch-scripts-bootscripts udev-bootscripts"> 269 <primary sortas="d-udev">udev</primary> 270 </indexterm> 271 </listitem> 272 </varlistentry> 273 260 274 </variablelist> 261 275
Note:
See TracChangeset
for help on using the changeset viewer.