diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-31 16:42:52 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-31 16:42:52 +0000 |
commit | ed992fbc68220ed47d3d20f3f2a3d7f1e92288cb (patch) | |
tree | c8931304d1991e9e3d0ee69a649824b9640113d2 /bootscripts | |
parent | 4afbb4a75a924c2edb72d68ea76ccbb4eea868b0 (diff) |
Minor typos in bootscripts.
Remove obsolete udev-config directory.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/lfs/init.d/rc | 2 | ||||
-rw-r--r-- | bootscripts/lfs/sysconfig/rc.site | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bootscripts/lfs/init.d/rc b/bootscripts/lfs/init.d/rc index 009442f1f..a76a140a5 100644 --- a/bootscripts/lfs/init.d/rc +++ b/bootscripts/lfs/init.d/rc @@ -25,7 +25,7 @@ print_error_msg() MSG="${MSG}If you're able to track this error down to a bug in one of\n" MSG="${MSG}the files provided by the files provided by\n" - MSG="${MSG}the ${DISDRI_MINI} book, please be so kind to inform us at\n" + MSG="${MSG}the ${DISDRO_MINI} book, please be so kind to inform us at\n" MSG="${MSG}${DISTRO_CONTACT}.\n" log_failure_msg "${MSG}" diff --git a/bootscripts/lfs/sysconfig/rc.site b/bootscripts/lfs/sysconfig/rc.site index f0c37eecb..3b58035b2 100644 --- a/bootscripts/lfs/sysconfig/rc.site +++ b/bootscripts/lfs/sysconfig/rc.site @@ -33,7 +33,7 @@ #WARNING_PREFIX="${WARNING} *** ${NORMAL}" # Interactive startup -#IPROMPT="yes" # Whether to display the interactive boot promp +#IPROMPT="yes" # Whether to display the interactive boot prompt #itime="3" # The amount of time (in seconds) to display the prompt # The total length of the distro welcome string, without escape codes |