bootscripts-desc.xml 2.4 KB

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