diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2011-11-28 09:07:38 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2011-11-28 09:07:38 +0000 |
commit | 7505caa2796202754b81ef53b4e4c77b6419b12d (patch) | |
tree | 88e2bdd806af341568f00788cc1db915666f35ee /bootscripts | |
parent | 701d877e61b6c55aa35c50ea531bfb6137f5a30c (diff) |
Fix missing # in rc.site
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9676 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/lfs/sysconfig/rc.site | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootscripts/lfs/sysconfig/rc.site b/bootscripts/lfs/sysconfig/rc.site index ea791e498..f4434d7e4 100644 --- a/bootscripts/lfs/sysconfig/rc.site +++ b/bootscripts/lfs/sysconfig/rc.site @@ -34,7 +34,7 @@ # Interactive startup #IPROMPT="yes" # Whether to display the interactive boot promp -itime="3" # The ammount of time (in seconds) to display the prompt +#itime="3" # The ammount of time (in seconds) to display the prompt # The total length of the distro welcome string, without escape codes #wlen=$(echo "Welcome to ${DISTRO}" | wc -c ) |