| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | <sect2><title> </title><para> </para></sect2><sect2><title>Descriptions</title><para>(Last checked against version &bootscripts-contversion;.)</para><sect3><title>Script descriptions</title><para>The <command>checkfs</command> script checks the file systems justbefore they are mounted (with the exception of journal and network based filesystems).</para><para>The <command>cleanfs</command> script removes files that shouldn't be preserved betweenreboots, such as /var/run/* and /var/lock/*. It re-creates /var/run/utmp andremoves the possibly present /etc/nologin, /fastboot and /forcefsckfiles.</para><para>The <command>functions</command> script contains functions shared amongdifferent scripts, such as error and status checking.</para><para>The <command>halt</command> script halts the system.</para><para>The <command>ifdown</command> and <command>ifup</command> scripts assistthe network script with network devices.</para><para>The <command>loadkeys</command> script loads the keymap table youspecified as proper for your keyboard layout.</para><para>The <command>localnet</command> script sets up the system's hostname andlocal loopback device.</para><para>The <command>mountfs</command> script mounts all file systems thataren't marked noauto or aren't network based.</para><para>The <command>mountproc</command> script is used to mount the procfilesystem.</para><para>The <command>network</command> script sets up network interfaces, suchas network cards, and sets up the default gateway where applicable.</para><para>The <command>rc</command> script is the master runlevel control script.It is responsible for running all the other scripts one-by-one in a specificsequence.</para><para>The <command>reboot</command> script reboots the system.</para><para>The <command>sendsignals</command> script makes sure every process isterminated before the system reboots or halts.</para><para>The <command>setclock</command> script resets the kernel clock tolocaltime in case the hardware clock isn't set to GMT time.</para><para>The <command>swap</command> script enables and disables swap files andpartitions.</para><para>The <command>sysklogd</command> script starts and stops the system andkernel log daemons.</para><para>The <command>template</command> script is a template you can use tocreate your own bootscripts for your other daemons.</para></sect3></sect2>
 |