[SCM] live-initramfs branch, master, updated. 1.157.4-1-33-ga7f6f94

Daniel Baumann daniel at debian.org
Thu Dec 31 08:09:18 UTC 2009


The following commit has been merged in the master branch:
commit a7f6f94bad1e0e1054cac8489cfd16405f098564
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Dec 31 09:06:49 2009 +0100

    Including rsync conditionally.

diff --git a/hooks/live b/hooks/live
index aa7b020..6862407 100755
--- a/hooks/live
+++ b/hooks/live
@@ -100,7 +100,10 @@ manual_add_modules ext4
 # Filesystem: jffs2
 manual_add_modules jffs2
 
-copy_exec /usr/bin/rsync /bin
+if [ -x /usr/bin/rsync ]
+then
+	copy_exec /usr/bin/rsync /bin
+fi
 
 # Filesystem: squashfs
 copy_exec /sbin/losetup /sbin

-- 
live-initramfs



More information about the debian-live-changes mailing list