|
@@ -13,6 +13,13 @@ TEMPFS_MOUNT="${RC_BASE}/init.d/boottemp"
|
|
|
# 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"
|
|
@@ -37,7 +44,7 @@ PREFIX_FAILURE="${FAILURE}***${NORMAL}"
|
|
|
|
|
|
# Export varialbles so that they are inherited by the initscripts
|
|
|
export RC_BASE RC_FUNCTIONS NETWORK_DEVICES TEMPFS_MOUNT BOOTLOG_ENAB
|
|
|
-export FAILURE_ACTION
|
|
|
+export HOSTNAME UTC CLOCKPARAMS FAILURE_ACTION
|
|
|
export DISTRO DISTRO_CONTACT DISTRO_MINI
|
|
|
export BRACKET FAILURE INFO NORMAL SUCCESS WARNING
|
|
|
export PREFIX_SUCCESS PREFIX_WARNING PREFIX_FAILURE
|