1
0

rc.site 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # rc.site
  2. # Optional parameters for boot scripts.
  3. # Distro Information
  4. DISTRO="Linux From Scratch" # The distro name
  5. DISTRO_CONTACT="lfs-dev@linuxfromscratch.org" # Bug report address
  6. DISTRO_MINI="LFS" # Short name used in filenames for distro config
  7. # Define custom colors used in messages printed to the screen
  8. # These values, if specified here, override the defaults
  9. #BRACKET="\\033[1;34m" # Blue
  10. #FAILURE="\\033[1;31m" # Red
  11. #INFO="\\033[1;36m" # Cyan
  12. #NORMAL="\\033[0;39m" # Grey
  13. #SUCCESS="\\033[1;32m" # Green
  14. #WARNING="\\033[1;33m" # Yellow
  15. # Interactive startup
  16. #IPROMPT="yes" # Whether to display the interactive boot promp
  17. itime="10" # The ammount of time (in seconds) to display the prompt
  18. # The total length of the distro welcome string, without escape codes
  19. wlen=$(echo "Welcome to ${DISTRO}" | wc -c )
  20. welcome_message="Welcome to ${INFO}${DISTRO}${NORMAL}"
  21. # The total length of the interactive string, without escape codes
  22. ilen=$(echo "Press 'I' to enter interactive startup" | wc -c )
  23. i_message="Press '${FAILURE}I${NORMAL}' to enter interactive startup"
  24. # Set scripts to skip the file system check on reboot
  25. #FASTBOOT=yes
  26. # Skip reading from the console
  27. #HEADLESS=yes
  28. # Skip cleaning /tmp
  29. #SKIPTMPCLEAN=yes
  30. # For setclock
  31. #UTC=1
  32. #CLOCKPARAMS=
  33. # For consolelog
  34. #LOGLEVEL=5
  35. # For network
  36. #HOSTNAME=mylfs
  37. # Delay between TERM and KILL signals at shutdown
  38. #KILLDELAY=3
  39. # Optional sysklogd parameters
  40. #SYSKLOGD_PARMS="-m 0"
  41. # Console parameters
  42. #UNICODE=1
  43. #KEYMAP="de-latin1"
  44. #KEYMAP_CORRECTIONS="euro2"
  45. #FONT="lat0-16 -m 8859-15"
  46. #LEGACY_CHARSET=