bootscripts-desc.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &bootscripts-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para>The <command>checkfs</command> script checks the file systems just
  6. before they are mounted (with the exception of journal and network based file
  7. systems).</para>
  8. <para>The <command>cleanfs</command> script removes files that shouldn't be preserved between
  9. reboots, such as /var/run/* and /var/lock/*. It re-creates /var/run/utmp and
  10. removes the possibly present /etc/nologin, /fastboot and /forcefsck
  11. files.</para>
  12. <para>The <command>functions</command> script contains functions shared among
  13. different scripts, such as error and status checking.</para>
  14. <para>The <command>halt</command> script halts the system.</para>
  15. <para>The <command>ifdown</command> and <command>ifup</command> scripts assist
  16. the network script with network devices.</para>
  17. <para>The <command>loadkeys</command> script loads the keymap table you
  18. specified as proper for your keyboard layout.</para>
  19. <para>The <command>localnet</command> script sets up the system's hostname and
  20. local loopback device.</para>
  21. <para>The <command>mountfs</command> script mounts all file systems that
  22. aren't marked noauto or aren't network based.</para>
  23. <para>The <command>mountproc</command> script is used to mount the proc
  24. filesystem.</para>
  25. <para>The <command>network</command> script sets up network interfaces, such
  26. as network cards, and sets up the default gateway where applicable.</para>
  27. <para>The <command>rc</command> script is the master runlevel control script.
  28. It is responsible for running all the other scripts one-by-one in a specific
  29. sequence.</para>
  30. <para>The <command>reboot</command> script reboots the system.</para>
  31. <para>The <command>sendsignals</command> script makes sure every process is
  32. terminated before the system reboots or halts.</para>
  33. <para>The <command>setclock</command> script resets the kernel clock to
  34. localtime in case the hardware clock isn't set to GMT time.</para>
  35. <para>The <command>swap</command> script enables and disables swap files and
  36. partitions.</para>
  37. <para>The <command>sysklogd</command> script starts and stops the system and
  38. kernel log daemons.</para>
  39. <para>The <command>template</command> script is a template you can use to
  40. create your own bootscripts for your other daemons.</para>
  41. </sect3>
  42. </sect2>