bootscripts-desc.xml 2.7 KB

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