[SCM] Debian Live initramfs hook branch, master, updated. 1.154.4-1-4-ga1a9bd0

Daniel Baumann daniel at debian.org
Sat Jan 10 21:08:50 UTC 2009


The following commit has been merged in the master branch:
commit d9cbe042e219b328dfd371e41431120bd47c7ba1
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jan 10 21:41:59 2009 +0100

    Don't redirect output of fstype detection to standard out, thanks to Ronny Standtke <Ronny.Standtke at gmx.net>.

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

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list