bootscripts-desc.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <sect2><title>Contents</title>
  2. <para>The LFS-Bootscripts package contains the system bootscripts.</para>
  3. </sect2>
  4. <sect2><title>Description</title>
  5. <sect3><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></sect3>
  9. <sect3><title>cleanfs</title>
  10. <para>The cleanfs script removes files that shouldn't be preserved between
  11. reboots, such as /var/run/*, /var/lock/*, it re-creates /var/run/utmp and
  12. removes the possible present /etc/nologin, /fastboot and /forcefsck
  13. files.</para></sect3>
  14. <sect3><title>functions</title>
  15. <para>The functions script contains shared functions among different
  16. scripts such as error checking, status checking, etc.</para></sect3>
  17. <sect3><title>halt</title>
  18. <para>The halt script halts the system.</para></sect3>
  19. <sect3><title>loadkeys</title>
  20. <para>The loadkeys script loads the proper keymap table that matches your
  21. keyboard layout.</para></sect3>
  22. <sect3><title>localnet</title>
  23. <para>The localnet script sets up the system's hostname and local loopback
  24. device.</para></sect3>
  25. <sect3><title>mountfs</title>
  26. <para>The mountfs script mounts all file systems that aren't marked noauto
  27. or aren't network based.</para></sect3>
  28. <sect3><title>network</title>
  29. <para>The network script setup network interfaces (such as network cards)
  30. and sets up the default gateway where applicable.</para></sect3>
  31. <sect3><title>rc</title>
  32. <para>The rc script is the master runlevel control script which is
  33. responsible for running all the other scripts one-by-one in a specific
  34. sequence.</para></sect3>
  35. <sect3><title>reboot</title>
  36. <para>The reboot scripts reboots the system.</para></sect3>
  37. <sect3><title>sendsignals</title>
  38. <para>The sendsignals script makes sure every process is terminated before
  39. the system reboots or halts.</para></sect3>
  40. <sect3><title>setclock</title>
  41. </para>The setclock scripts resets the kernel clock to localtime in case
  42. the hardware clock isn't set to GMT time.</para></sect3>
  43. <sect3><title>swap</title>
  44. <para>The swap scripts enables and disables swap files and
  45. partitions.</para></sect3>
  46. <sect3><title>sysklogd</title>
  47. <para>The sysklogd script start and stops the system and kernel log
  48. daemons.</para></sect3>
  49. <sect3><title>template</title>
  50. <para>The template script is a template you can use to create your own
  51. bootscripts for your other daemons.</para></sect3>
  52. </sect2>