Author: dnicholson
Date: 2007-08-13 11:17:31 -0600 (Mon, 13 Aug 2007)
New Revision: 8315

Modified:
   trunk/bootscripts/ChangeLog
   trunk/bootscripts/lfs/init.d/checkfs
Log:
checkfs: Don't suppress stderr for fsck


Modified: trunk/bootscripts/ChangeLog
===================================================================
--- trunk/bootscripts/ChangeLog 2007-08-13 05:40:14 UTC (rev 8314)
+++ trunk/bootscripts/ChangeLog 2007-08-13 17:17:31 UTC (rev 8315)
@@ -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: trunk/bootscripts/lfs/init.d/checkfs
===================================================================
--- trunk/bootscripts/lfs/init.d/checkfs        2007-08-13 05:40:14 UTC (rev 
8314)
+++ trunk/bootscripts/lfs/init.d/checkfs        2007-08-13 17:17:31 UTC (rev 
8315)
@@ -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

Reply via email to