[SCM] live-startscripts branch, master, updated. d41e851a56d3d63c0fdf78adc7bc887fc827267c

Richard Nelson unixabg at gmail.com
Sun Dec 6 15:32:34 UTC 2009


The following commit has been merged in the master branch:
commit 42c642b2a3b549a4a81d461da7eabcec2d072557
Author: Richard Nelson <unixabg at gmail.com>
Date:   Tue Dec 1 13:06:10 2009 -0600

    Made minor change on rsync calls.

diff --git a/initscripts/live-vmware-player b/initscripts/live-vmware-player
index 1265a1a..7ecc62a 100755
--- a/initscripts/live-vmware-player
+++ b/initscripts/live-vmware-player
@@ -201,7 +201,7 @@ EOF
 
 					echo RELEASE=\"${CRELEASE}\" > /vmware/local-release
 					echo "Rsyncing in some stuff to /vmware." >> /var/log/live-vmware-player.log
-					rsync --exclude=${VMXNAME}-????.vmdk -r ${IMAGEPATH}/ /vmware/
+					rsync --exclude ${VMXNAME}-????.vmdk -r ${IMAGEPATH}/ /vmware/
 
 					# Link in the big chunks.
 					ln -s ${IMAGEPATH}/${VMXNAME}-????.vmdk /vmware
@@ -214,7 +214,7 @@ EOF
 				echo "Looks like an initial release setup for version ${CRELEASE}." >> /var/log/live-vmware-player.log
 				echo RELEASE=\"${CRELEASE}\" > /vmware/local-release
 				echo "Rsyncing in some stuff to /vmware." >> /var/log/live-vmware-player.log
-				rsync --exclude=${VMXNAME}-????.vmdk -r ${IMAGEPATH}/ /vmware/
+				rsync --exclude ${VMXNAME}-????.vmdk -r ${IMAGEPATH}/ /vmware/
 
 				# Link in the big chunks.
 				ln -s ${IMAGEPATH}/${VMXNAME}-????.vmdk /vmware

-- 
live-startscripts



More information about the debian-live-changes mailing list