[SCM] Debian Live initramfs hook branch, master, updated. 1.139.1-2-19-g79d1725

Marco Amadori amadorim at vdavda.com
Wed Sep 17 06:52:04 UTC 2008


The following commit has been merged in the master branch:
commit 1d164cb3ef1d91cb2c0accb65448db75e8ec94ad
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 15 17:54:18 2008 +0200

    Ignore errors from fstype.
    
    Redirect stderr to /dev/null, otherwise we'll get
    "stdin: error 0" for some partitions during bootup.

diff --git a/scripts/live-helpers b/scripts/live-helpers
index bb5653c..990c088 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -77,7 +77,7 @@ get_fstype ()
 	    return
 	fi
 
-	eval $(fstype < ${1})
+	eval $(fstype < ${1} 2>/dev/null)
 
 	if [ "${FSTYPE}" != "unknown" ]
 	then

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list