rc.site 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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 promp
  31. #itime="3" # The ammount 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. # Skip cleaning /tmp
  43. #SKIPTMPCLEAN=yes
  44. # For setclock
  45. #UTC=1
  46. #CLOCKPARAMS=
  47. # For consolelog
  48. #LOGLEVEL=5
  49. # For network
  50. #HOSTNAME=mylfs
  51. # Delay between TERM and KILL signals at shutdown
  52. #KILLDELAY=3
  53. # Optional sysklogd parameters
  54. #SYSKLOGD_PARMS="-m 0"
  55. # Console parameters
  56. #UNICODE=1
  57. #KEYMAP="de-latin1"
  58. #KEYMAP_CORRECTIONS="euro2"
  59. #FONT="lat0-16 -m 8859-15"
  60. #LEGACY_CHARSET=