aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts/contrib/lsb-v3/README
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2010-04-28 03:46:23 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2010-04-28 03:46:23 +0000
commitec45bd6dd9dafca672382103709b759b6fb28582 (patch)
tree5e1d2b4f4e3baa79cace7b9b5776c2324478c23c /bootscripts/contrib/lsb-v3/README
parent01923b23acebc71f0e94e3b5ed3fced40a79bf03 (diff)
fixed paths and removed unneeded X-LFS-Default lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts/contrib/lsb-v3/README')
-rw-r--r--bootscripts/contrib/lsb-v3/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootscripts/contrib/lsb-v3/README b/bootscripts/contrib/lsb-v3/README
index 47930627e..1b061f5d1 100644
--- a/bootscripts/contrib/lsb-v3/README
+++ b/bootscripts/contrib/lsb-v3/README
@@ -1,7 +1,7 @@
LSB-V3 README
The scripts contianed in this directory are a complete rewrite of the
-boot scripts from LFS-6.1 (updated for LFS-SVN about 2008-05-31). As is
+boot scripts from LFS-6.1 (updated for LFS-SVN about 2010-04-28). As is
usually the case with a rewrite, there have been many changes:
AS OF 20080907, THESE SCRIPTS REQUIRE THE NEW initd-tools PACKAGE.
@@ -86,6 +86,10 @@ the best of my ability, but there probably are some hidden bugs that will
come to lite when used more frequently. Please give me a shout _when_ you
find them.
+The sysctl script runs much earlier in the boot process, as a result, it
+negates the need for the consolelog script. Set 'kernel.printk = X' in your
+/etc/sysctl.conf file for equivalent functionality.
+
Thanks.
-- DJ Lucas