- Timestamp:
- Jun 3, 2014, 3:51:26 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 0d36d0a
- Parents:
- dc74128
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/boot-scripts.xml
rdc74128 r213ad522 6 6 ]> 7 7 8 <sect1 id="ch- scripts-boot-scripts" role="wrap">8 <sect1 id="ch-boot-boot-scripts" role="wrap"> 9 9 <?dbhtml filename="boot-scripts.html"?> 10 10 11 11 <title>Boot-scripts for CLFS &boot-scripts-clfs-version;</title> 12 12 13 <indexterm zone="ch- scripts-boot-scripts">13 <indexterm zone="ch-boot-boot-scripts"> 14 14 <primary sortas="a-Boot-scripts">Boot-scripts</primary> 15 15 </indexterm> … … 85 85 mounted (with the exception of journal and network based file 86 86 systems)</para> 87 <indexterm zone="ch- scripts-boot-scripts checkfs-boot-scripts">87 <indexterm zone="ch-boot-boot-scripts checkfs-boot-scripts"> 88 88 <primary sortas="d-checkfs">checkfs</primary> 89 89 </indexterm> … … 100 100 <filename>/etc/nologin</filename>, <filename>/fastboot</filename>, 101 101 and <filename>/forcefsck</filename> files</para> 102 <indexterm zone="ch- scripts-boot-scripts cleanfs-boot-scripts">102 <indexterm zone="ch-boot-boot-scripts cleanfs-boot-scripts"> 103 103 <primary sortas="d-cleanfs">cleanfs</primary> 104 104 </indexterm> … … 111 111 <para>Contains common functions, such as error and status checking, 112 112 that are used by several boot-scripts</para> 113 <indexterm zone="ch- scripts-boot-scripts functions-boot-scripts">113 <indexterm zone="ch-boot-boot-scripts functions-boot-scripts"> 114 114 <primary sortas="d-functions">functions</primary> 115 115 </indexterm> … … 121 121 <listitem> 122 122 <para>Halts the system</para> 123 <indexterm zone="ch- scripts-boot-scripts halt-boot-scripts">123 <indexterm zone="ch-boot-boot-scripts halt-boot-scripts"> 124 124 <primary sortas="d-halt">halt</primary> 125 125 </indexterm> … … 131 131 <listitem> 132 132 <para>Sets up the system's hostname and local loopback device</para> 133 <indexterm zone="ch- scripts-boot-scripts localnet-boot-scripts">133 <indexterm zone="ch-boot-boot-scripts localnet-boot-scripts"> 134 134 <primary sortas="d-localnet">localnet</primary> 135 135 </indexterm> … … 142 142 <para>Mounts all file systems, except ones that are marked 143 143 <emphasis>noauto</emphasis> or are network based</para> 144 <indexterm zone="ch- scripts-boot-scripts mountfs-boot-scripts">144 <indexterm zone="ch-boot-boot-scripts mountfs-boot-scripts"> 145 145 <primary sortas="d-mountfs">mountfs</primary> 146 146 </indexterm> … … 153 153 <para>Mounts virtual kernel file systems, such as 154 154 <systemitem class="filesystem">proc</systemitem></para> 155 <indexterm zone="ch- scripts-boot-scripts mountkernfs-boot-scripts">155 <indexterm zone="ch-boot-boot-scripts mountkernfs-boot-scripts"> 156 156 <primary sortas="d-mountkernfs">mountkernfs</primary> 157 157 </indexterm> … … 165 165 running all the other boot-scripts one-by-one, in a sequence 166 166 determined by the name of the symbolic links being processed</para> 167 <indexterm zone="ch- scripts-boot-scripts rc-boot-scripts">167 <indexterm zone="ch-boot-boot-scripts rc-boot-scripts"> 168 168 <primary sortas="d-rc">rc</primary> 169 169 </indexterm> … … 175 175 <listitem> 176 176 <para>Reboots the system</para> 177 <indexterm zone="ch- scripts-boot-scripts reboot-boot-scripts">177 <indexterm zone="ch-boot-boot-scripts reboot-boot-scripts"> 178 178 <primary sortas="d-reboot">reboot</primary> 179 179 </indexterm> … … 186 186 <para>Makes sure every process is terminated before the system reboots 187 187 or halts</para> 188 <indexterm zone="ch- scripts-boot-scripts sendsignals-boot-scripts">188 <indexterm zone="ch-boot-boot-scripts sendsignals-boot-scripts"> 189 189 <primary sortas="d-sendsignals">sendsignals</primary> 190 190 </indexterm> … … 197 197 <para>Resets the kernel clock to local time in case the hardware clock 198 198 is not set to UTC time</para> 199 <indexterm zone="ch- scripts-boot-scripts setclock-boot-scripts">199 <indexterm zone="ch-boot-boot-scripts setclock-boot-scripts"> 200 200 <primary sortas="d-setclock">setclock</primary> 201 201 </indexterm> … … 207 207 <listitem> 208 208 <para>Enables and disables swap files and partitions</para> 209 <indexterm zone="ch- scripts-boot-scripts swap-boot-scripts">209 <indexterm zone="ch-boot-boot-scripts swap-boot-scripts"> 210 210 <primary sortas="d-swap">swap</primary> 211 211 </indexterm> … … 217 217 <listitem> 218 218 <para>Starts and stops the Eudev daemon</para> 219 <indexterm zone="ch- scripts-boot-scripts eudev-boot-scripts">219 <indexterm zone="ch-boot-boot-scripts eudev-boot-scripts"> 220 220 <primary sortas="d-eudev">udev</primary> 221 221 </indexterm>
Note:
See TracChangeset
for help on using the changeset viewer.