Changes between Initial Version and Version 1 of Ticket #4034
- Timestamp:
- May 18, 2009 10:06:38 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4034 – Description
initial v1 5 5 I have made the following modification to the stop_vm function to make it work. 6 6 7 8 elif [ "$SHUTDOWN" = "savestate" ]; then 9 begin_msg "Saving state of remaining VMs" 10 for v in $VMS; do 11 v=`echo ${v:1}` 12 v=`echo ${v%\"}` 13 sudo -H -u $i $VBOXMANAGE -nologo controlvm $v savestate 14 done 15 succ_msg 16 17 7 {{{ 8 elif [ "$SHUTDOWN" = "savestate" ]; then 9 begin_msg "Saving state of remaining VMs" 10 for v in $VMS; do 11 v=`echo ${v:1}` 12 v=`echo ${v%\"}` 13 sudo -H -u $i $VBOXMANAGE -nologo controlvm $v savestate 14 done 15 succ_msg 16 }}} 18 17 I am using VirtualBox 2.2.2. and Ubuntu 8.0.4.