Changeset b53c442 for BOOK/bootscripts
- Timestamp:
- Mar 15, 2006, 2:59:09 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2a45362
- Parents:
- e5e454e
- Location:
- BOOK/bootscripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/bootscripts.xml
re5e454e rb53c442 9 9 <?dbhtml filename="bootscripts.html"?> 10 10 11 <title> LFS-Bootscripts-&lfs-bootscripts-version;</title>11 <title>CLFS-Bootscripts-&clfs-bootscripts-version;</title> 12 12 13 13 <indexterm zone="ch-scripts-bootscripts"> … … 18 18 <title/> 19 19 20 <para>The LFS-Bootscripts package contains a set of scripts to21 start/stop the LFS system at bootup/shutdown.</para>20 <para>The CLFS-Bootscripts package contains a set of scripts to 21 start/stop the CLFS system at bootup/shutdown.</para> 22 22 23 23 <segmentedlist> … … 32 32 33 33 <sect2 role="installation"> 34 <title>Installation of LFS-Bootscripts</title>34 <title>Installation of CLFS-Bootscripts</title> 35 35 36 36 <para>Install the package:</para> … … 41 41 42 42 <sect2 id="contents-bootscripts" role="content"> 43 <title>Contents of LFS-Bootscripts</title>43 <title>Contents of CLFS-Bootscripts</title> 44 44 45 45 <segmentedlist> … … 47 47 48 48 <seglistitem> 49 <seg>checkfs, cleanfs, console, functions, halt, hotplug,ifdown,49 <seg>checkfs, cleanfs, console, functions, halt, ifdown, 50 50 ifup, localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, 51 setclock, static, swap, sysklogd, template, and udev</seg>51 setclock, static, swap, sysklogd, and template.</seg> 52 52 </seglistitem> 53 53 </segmentedlist> … … 117 117 </varlistentry> 118 118 119 <varlistentry id="hotplug-bootscripts">120 <term><command>hotplug</command></term>121 <listitem>122 <para>Loads modules for system devices</para>123 <indexterm zone="ch-scripts-bootscripts hotplug-bootscripts">124 <primary sortas="d-hotplug">hotplug</primary>125 </indexterm>126 </listitem>127 </varlistentry>128 129 119 <varlistentry id="ifdown-bootscripts"> 130 120 <term><command>ifdown</command></term> … … 276 266 </varlistentry> 277 267 278 <varlistentry id="udev-bootscripts">279 <term><command>udev</command></term>280 <listitem>281 <para>Prepares the <filename class="directory">/dev</filename>282 directory and starts Udev</para>283 <indexterm zone="ch-scripts-bootscripts udev-bootscripts">284 <primary sortas="d-udev">udev</primary>285 </indexterm>286 </listitem>287 </varlistentry>288 289 268 </variablelist> 290 269 -
BOOK/bootscripts/mips-chapter.xml
re5e454e rb53c442 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" mips/bootscripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev-rules.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/> -
BOOK/bootscripts/mips/bootscripts.xml
re5e454e rb53c442 22 22 <title>Installation of LFS-Bootscripts</title> 23 23 24 <para> The following patch allows the RaQ2/Qube2 use the LCD Screen25 with the bootscripts:</para>24 <para>Need to update the current bootscripts to handle LCD 25 screens keeping this file for reference:</para> 26 26 27 27 <screen><userinput>patch -Np1 -i contrib/&lfs-bootscripts-raq2-patch;</userinput></screen> -
BOOK/bootscripts/mips64-chapter.xml
re5e454e rb53c442 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" mips/bootscripts.xml"/>15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bootscripts.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev-rules.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/usage.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.