Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 60: Line 60:  
       <pre>VBOXWEB_USER='root'
 
       <pre>VBOXWEB_USER='root'
 
VBOXWEB_HOST=127.0.0.1
 
VBOXWEB_HOST=127.0.0.1
VBOXWEB_PORT=18083<br/></pre>
+
VBOXWEB_PORT=18083</pre>
    
Note: Without the vbox.cfg, vbox services on your rc7.d folder will not start.
 
Note: Without the vbox.cfg, vbox services on your rc7.d folder will not start.
Line 105: Line 105:  
       <pre>vboxmanage setproperty websrvauthlibrary null</pre>
 
       <pre>vboxmanage setproperty websrvauthlibrary null</pre>
 
   <li>Install VirtualBox extension pack to enable support for USB 2.0 devices, VirtualBox RDP and PXE boot for Intel cards.</li>
 
   <li>Install VirtualBox extension pack to enable support for USB 2.0 devices, VirtualBox RDP and PXE boot for Intel cards.</li>
       <pre>wget http://download.virtualbox.org/virtualbox/4.0.8/Oracle_VM_VirtualBox_Extension_Pack-4.0.8-71778.vbox-extpack<br/>
+
       <pre>wget http://download.virtualbox.org/virtualbox/4.0.8/Oracle_VM_VirtualBox_Extension_Pack-4.0.8-71778.vbox-extpack
 
vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.0.8-71778.vbox-extpack</pre>
 
vboxmanage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.0.8-71778.vbox-extpack</pre>
   Line 136: Line 136:  
# Example to start 2 machines
 
# Example to start 2 machines
 
#      VBOX_AUTOSTART = "MachineName1 MachineName2"
 
#      VBOX_AUTOSTART = "MachineName1 MachineName2"
<br/>
+
 
 
VBOX_AUTOSTART="vmXP"
 
VBOX_AUTOSTART="vmXP"
 
</pre>
 
</pre>
Line 143: Line 143:  
<pre>
 
<pre>
 
#!/bin/sh
 
#!/bin/sh
#<br/>
+
#
 
# chkconfig: - 91 35
 
# chkconfig: - 91 35
 
# description: Starts and stops vbox autostart VMs.
 
# description: Starts and stops vbox autostart VMs.
75

edits

Navigation menu