Author: dnicholson
Date: 2007-08-13 11:21:02 -0600 (Mon, 13 Aug 2007)
New Revision: 8316
Modified:
branches/6.3/bootscripts/ChangeLog
branches/6.3/bootscripts/lfs/init.d/checkfs
Log:
Merge r8315 from trunk
Modified: branches/6.3/bootscripts/ChangeLog
===================================================================
--- branches/6.3/bootscripts/ChangeLog 2007-08-13 17:17:31 UTC (rev 8315)
+++ branches/6.3/bootscripts/ChangeLog 2007-08-13 17:21:02 UTC (rev 8316)
@@ -1,3 +1,6 @@
+2007-08-13 Dan Nicholson <[EMAIL PROTECTED]>
+ * lfs/init.d/checkfs: Don't suppress error messages from the screen.
+
2007-07-18 Dan Nicholson <[EMAIL PROTECTED]>
* Makefile, lfs/init.d/consolelog: New bootscript controlling the
kernel log level on the console. This is controlled by the LOGLEVEL
Modified: branches/6.3/bootscripts/lfs/init.d/checkfs
===================================================================
--- branches/6.3/bootscripts/lfs/init.d/checkfs 2007-08-13 17:17:31 UTC (rev
8315)
+++ branches/6.3/bootscripts/lfs/init.d/checkfs 2007-08-13 17:21:02 UTC (rev
8316)
@@ -66,7 +66,7 @@
boot_mesg "Checking file systems..."
# Note: -a option used to be -p; but this fails e.g.
# on fsck.minix
- fsck ${options} -a -A -C -T 2>/dev/null
+ fsck ${options} -a -A -C -T
error_value=${?}
if [ "${error_value}" = 0 ]; then
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page