aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts/contrib/lsb-v3/etc/default/rc.site
diff options
context:
space:
mode:
Diffstat (limited to 'bootscripts/contrib/lsb-v3/etc/default/rc.site')
-rw-r--r--bootscripts/contrib/lsb-v3/etc/default/rc.site10
1 files changed, 3 insertions, 7 deletions
diff --git a/bootscripts/contrib/lsb-v3/etc/default/rc.site b/bootscripts/contrib/lsb-v3/etc/default/rc.site
index f3369db58..f617c16cb 100644
--- a/bootscripts/contrib/lsb-v3/etc/default/rc.site
+++ b/bootscripts/contrib/lsb-v3/etc/default/rc.site
@@ -3,12 +3,7 @@ RC_BASE="/etc"
RC_FUNCTIONS="${RC_BASE}/init.d/lfs-functions"
# Location of network device scripts and config files
-NETWORK_DEVICES="/etc/sysconfig/network-devices"
-
-# Directory to store boot process accounting information
-# Used for boot logging and interactive flag when rootfs
-# is not writable
-TEMPFS_MOUNT="${RC_BASE}/init.d/boottemp"
+NETWORK_DEVICES="/etc/network"
# Bootlogging (requires a tempfs mount)
BOOTLOG_ENAB="yes"
@@ -43,7 +38,7 @@ PREFIX_WARNING="${WARNING}**${NORMAL} "
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 RC_BASE RC_FUNCTIONS NETWORK_DEVICES BOOTLOG_ENAB
export HOSTNAME UTC CLOCKPARAMS FAILURE_ACTION
export DISTRO DISTRO_CONTACT DISTRO_MINI
export BRACKET FAILURE INFO NORMAL SUCCESS WARNING
@@ -79,3 +74,4 @@ print_error_msg()
$FAILURE_ACTION
}
+