rc.site 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # rc.site
  2. # Optional parameters for boot scripts.
  3. # Distro Information
  4. # These values, if specified here, override the defaults
  5. #DISTRO="Linux From Scratch" # The distro name
  6. #DISTRO_CONTACT="lfs-dev@linuxfromscratch.org" # Bug report address
  7. #DISTRO_MINI="LFS" # Short name used in filenames for distro config
  8. # Define custom colors used in messages printed to the screen
  9. # Please consult `man console_codes` for more information
  10. # under the "ECMA-48 Set Graphics Rendition" section
  11. #
  12. # Warning: when switching from a 8bit to a 9bit font,
  13. # the linux console will reinterpret the bold (1;) to
  14. # the top 256 glyphs of the 9bit font. This does
  15. # not affect framebuffer consoles
  16. # These values, if specified here, override the defaults
  17. #BRACKET="\\033[1;34m" # Blue
  18. #FAILURE="\\033[1;31m" # Red
  19. #INFO="\\033[1;36m" # Cyan
  20. #NORMAL="\\033[0;39m" # Grey
  21. #SUCCESS="\\033[1;32m" # Green
  22. #WARNING="\\033[1;33m" # Yellow
  23. # Use a colored prefix
  24. # These values, if specified here, override the defaults
  25. #BMPREFIX=" "
  26. #SUCCESS_PREFIX="${SUCCESS} * ${NORMAL}"
  27. #FAILURE_PREFIX="${FAILURE}*****${NORMAL}"
  28. #WARNING_PREFIX="${WARNING} *** ${NORMAL}"
  29. # Interactive startup
  30. #IPROMPT="yes" # Whether to display the interactive boot prompt
  31. #itime="3" # The amount of time (in seconds) to display the prompt
  32. # The total length of the distro welcome string, without escape codes
  33. #wlen=$(echo "Welcome to ${DISTRO}" | wc -c )
  34. #welcome_message="Welcome to ${INFO}${DISTRO}${NORMAL}"
  35. # The total length of the interactive string, without escape codes
  36. #ilen=$(echo "Press 'I' to enter interactive startup" | wc -c )
  37. #i_message="Press '${FAILURE}I${NORMAL}' to enter interactive startup"
  38. # Set scripts to skip the file system check on reboot
  39. #FASTBOOT=yes
  40. # Skip reading from the console
  41. #HEADLESS=yes
  42. # Write out fsck progress if yes
  43. #VERBOSE_FSCK=no
  44. # Speed up boot without waiting for settle in udev
  45. #OMIT_UDEV_SETTLE=y
  46. # Speed up boot without waiting for settle in udev_retry
  47. #OMIT_UDEV_RETRY_SETTLE=yes
  48. # Skip cleaning /tmp if yes
  49. #SKIPTMPCLEAN=no
  50. # For setclock
  51. #UTC=1
  52. #CLOCKPARAMS=
  53. # For consolelog
  54. #LOGLEVEL=5
  55. # For network
  56. #HOSTNAME=mylfs
  57. # Delay between TERM and KILL signals at shutdown
  58. #KILLDELAY=3
  59. # Optional sysklogd parameters
  60. #SYSKLOGD_PARMS="-m 0"
  61. # Console parameters
  62. #UNICODE=1
  63. #KEYMAP="de-latin1"
  64. #KEYMAP_CORRECTIONS="euro2"
  65. #FONT="lat0-16 -m 8859-15"
  66. #LEGACY_CHARSET=