mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 20:29:21 +01:00
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9544 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
22 lines
584 B
Plaintext
22 lines
584 B
Plaintext
# Bootlogging (requires a tempfs mount)
|
|
BOOTLOG_ENAB="yes"
|
|
|
|
# Hostname
|
|
HOSTNAME=<lfs>
|
|
|
|
# System time variables
|
|
UTC=1
|
|
CLOCKPARAMS=
|
|
|
|
# Manual input is not appropriate on remote systems. Define what happens when
|
|
# an error is encountered that interupts the boot/shutdown proceess
|
|
FAILURE_ACTION="read ENTER"
|
|
|
|
# Export varialbles so that they are inherited by the initscripts
|
|
export BOOTLOG_ENAB HOSTNAME UTC CLOCKPARAMS FAILURE_ACTION
|
|
|
|
# Interactive startup
|
|
iprompt="yes" # Wether to display the interactive boot promp
|
|
itime="2" # The ammount of time (in seconds) to display the prompt
|
|
|