rc.site 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. # Manually seet the right edge of message output (characters)
  30. # Useful when resetting console font during boot to override
  31. # automatic screen width detection
  32. #COLUMNS=120
  33. # Interactive startup
  34. #IPROMPT="yes" # Whether to display the interactive boot prompt
  35. #itime="3" # The amount of time (in seconds) to display the prompt
  36. # The total length of the distro welcome string, without escape codes
  37. #wlen=$(echo "Welcome to ${DISTRO}" | wc -c )
  38. #welcome_message="Welcome to ${INFO}${DISTRO}${NORMAL}"
  39. # The total length of the interactive string, without escape codes
  40. #ilen=$(echo "Press 'I' to enter interactive startup" | wc -c )
  41. #i_message="Press '${FAILURE}I${NORMAL}' to enter interactive startup"
  42. # Set scripts to skip the file system check on reboot
  43. #FASTBOOT=yes
  44. # Skip reading from the console
  45. #HEADLESS=yes
  46. # Write out fsck progress if yes
  47. #VERBOSE_FSCK=no
  48. # Speed up boot without waiting for settle in udev
  49. #OMIT_UDEV_SETTLE=y
  50. # Speed up boot without waiting for settle in udev_retry
  51. #OMIT_UDEV_RETRY_SETTLE=yes
  52. # Skip cleaning /tmp if yes
  53. #SKIPTMPCLEAN=no
  54. # For setclock
  55. #UTC=1
  56. #CLOCKPARAMS=
  57. # For consolelog (Note that the default, 7=debug, is noisy)
  58. #LOGLEVEL=7
  59. # For network
  60. #HOSTNAME=mylfs
  61. # Delay between TERM and KILL signals at shutdown
  62. #KILLDELAY=3
  63. # Optional sysklogd parameters
  64. #SYSKLOGD_PARMS="-m 0"
  65. # Console parameters
  66. #UNICODE=1
  67. #KEYMAP="de-latin1"
  68. #KEYMAP_CORRECTIONS="euro2"
  69. #FONT="lat0-16 -m 8859-15"
  70. #LEGACY_CHARSET=