Changes between Version 11 and Version 12 of IniciarMVDuranteArranque
- Timestamp:
- 29/04/15 10:20:53 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IniciarMVDuranteArranque
v11 v12 1 1 Articulos de referencia 2 [https://www.virtualbox.org/manual/ch09.html#autostart]3 2 4 [http://www.vionblog.com/virtualbox-4-3-autostart-debian-wheezy/]3 [https://www.virtualbox.org/manual/ch09.html#autostart] 5 4 6 Before this autostart script the virtual machines ware started usually from rc.local, now you can do it with VirtualBox autostart config. Do the following to enable the autostart service: 5 [http://www.vionblog.com/virtualbox-4-3-autostart-debian-wheezy/] 7 6 8 As root: 7 Como root: 8 1. Editar el archivo virtualbox 9 {{{ 10 nano /etc/default/virtualbox 11 }}} 9 12 10 vi /etc/default/virtualbox 13 agregar estas lineas en el archivo creado: 11 14 12 add this lines: 15 {{{ 16 VBOXAUTOSTART_DB=/etc/vbox 17 VBOXAUTOSTART_CONFIG=/etc/vbox/autostart.conf 18 }}} 13 19 14 VBOXAUTOSTART_DB=/etc/vbox 15 VBOXAUTOSTART_CONFIG=/etc/vbox/autostart.conf 16 17 Now change the permissions to the folder for vboxusers 18 20 Cambiar los permisos a la carpeta '''vbox''' 21 {{{ 19 22 chgrp vboxusers /etc/vbox 20 23 chmod 1775 /etc/vbox 21 24 }}} 22 25 Create the /etc/vbox/autostart.conf and add this users that you want autostart to be enabled, my users for running the virtual machines is vbox 23 26