rc.site 584 B

123456789101112131415161718192021
  1. # Bootlogging (requires a tempfs mount)
  2. BOOTLOG_ENAB="yes"
  3. # Hostname
  4. HOSTNAME=<lfs>
  5. # System time variables
  6. UTC=1
  7. CLOCKPARAMS=
  8. # Manual input is not appropriate on remote systems. Define what happens when
  9. # an error is encountered that interupts the boot/shutdown proceess
  10. FAILURE_ACTION="read ENTER"
  11. # Export varialbles so that they are inherited by the initscripts
  12. export BOOTLOG_ENAB HOSTNAME UTC CLOCKPARAMS FAILURE_ACTION
  13. # Interactive startup
  14. iprompt="yes" # Wether to display the interactive boot promp
  15. itime="2" # The ammount of time (in seconds) to display the prompt