diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-29 20:45:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-29 20:45:23 +0000 |
commit | cb02946abfe632bc90f1eaa302b2d8d4eb73e5c9 (patch) | |
tree | 0a19838c2a1d6b59f976c3138554eb4963bf1903 /lsb-bootscripts/etc/default/rc.site | |
parent | d7f2eb08dab7e6dd88df0102ec48dce0a301dc5f (diff) |
Lots of spelling fixes.
Delete the no longer used lsb-bootscripts directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'lsb-bootscripts/etc/default/rc.site')
-rw-r--r-- | lsb-bootscripts/etc/default/rc.site | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lsb-bootscripts/etc/default/rc.site b/lsb-bootscripts/etc/default/rc.site deleted file mode 100644 index 1e77b942d..000000000 --- a/lsb-bootscripts/etc/default/rc.site +++ /dev/null @@ -1,27 +0,0 @@ -# Begin /etc/default/rc.site - -# Global variable inherited by initscripts are in caps -# Local variables for the rc script are in lowercase - -# Bootlogging (requires a tempfs mount) -BOOTLOG_ENAB="yes" - -# Hostname -HOSTNAME=<lfs> - -# System time variables -UTC=1 -CLOCKPARAMS= - -# Export varialbles so that they are inherited by the initscripts -export BOOTLOG_ENAB HOSTNAME UTC CLOCKPARAMS - -# Interactive startup -iprompt="yes" # Wether to display the interactive boot promp -itime="2" # The ammount of time (in seconds) to display the prompt - -# Manual input is not appropriate on remote systems. Wait for user input on -# script error? -stop_on_error="yes" - -# End /etc/default/rc.site |