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

Daniel Baumann daniel at debian.org
Sun Jan 11 13:47:24 UTC 2009


The following commit has been merged in the master branch:
commit af7a8510dbdf43847b30214db8c0d146c287822e
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