aboutsummaryrefslogtreecommitdiffstats
path: root/lsb-bootscripts/etc/default/rc.site
blob: 34f25cc799541bc987f5213627e8b3f847d19b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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