[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 77dc5b0ab48916d3006b07481fa5ac9e312ee64d
Author: Richard Nelson <unixabg at gmail.com>
Date: Tue Dec 1 13:04:04 2009 -0600
Remarked out symlink command on target since believed not to be needed anymore.
diff --git a/initscripts/live-vmware-player b/initscripts/live-vmware-player
index 6409828..1265a1a 100755
--- a/initscripts/live-vmware-player
+++ b/initscripts/live-vmware-player
@@ -93,8 +93,9 @@ do_start ()
VMXNAME="$(echo ${x#custom_options=} | awk -F: '{print $3}')"
echo "VMXNAME of ${VMXNAME} " >> /var/log/live-vmware-player.log
- echo "Setting up a symlink to the image we are going to use from the image pool." >> //var/log/live-vmware-player.log
- ln -s ${IMAGEPATH} ${IMAGEPATH}/${VMXNAME}
+ #echo "Setting up a symlink to the image we are going to use from the image pool." >> //var/log/live-vmware-player.log
+ #ln -s ${IMAGEPATH} ${IMAGEPATH}/${VMXNAME}
+ #ln -s ${IMAGEPATH} /vmware/${VMXNAME}
echo "Setting the session type with .dmrc for gdm." >> /var/log/live-vmware-player.log
--
live-startscripts
More information about the debian-live-changes
mailing list