[SCM] live-initramfs branch, master, updated. 1.157.3-1-15-gd784eac

Daniel Baumann daniel at debian.org
Sun Oct 18 16:06:20 UTC 2009


The following commit has been merged in the master branch:
commit d784eac1c7b22d44de214cae78958681807cd82d
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Oct 18 17:59:54 2009 +0200

    Simplyfing and correcting udev inclusion in initramfs hook.

diff --git a/hooks/live b/hooks/live
index b286f6e..d78da1e 100755
--- a/hooks/live
+++ b/hooks/live
@@ -61,9 +61,10 @@ done
 # udev dependencies (squeeze and newer)
 for FILE in /lib/udev/*_id
 do
-	if [ ! -e "${DESTDIR}"/"${FILE}" ]
+	if [ ! -e "${DESTDIR}/${FILE}" ]
 	then
-		copy_exec "${FILE}" /lib/udev/
+		mkdir -p "${DESTDIR}/lib/udev"
+		copy_exec "${FILE}" /lib/udev
 	fi
 done
 

-- 
live-initramfs



More information about the debian-live-changes mailing list