1
0
forked from jengelh/virtualbox

osc copypac from project:home:mseben:branches:Virtualization package:virtualbox-ose revision:7

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=1
This commit is contained in:
Michal Seben
2010-12-23 10:08:49 +00:00
committed by Git OBS Bridge
commit 23e21a1790
27 changed files with 3445 additions and 0 deletions

23
virtualbox-sysconfig.vbox Normal file
View File

@@ -0,0 +1,23 @@
## Path: System/Virtual Machines/VBox
## Description: Virtual box machines to autostart during boot
## Type: string
## Default: ""
#
# Configuration file for the script /etc/init.d/vboxes
#
# The variable VBOX_AUTOSTART holds the virtual machines to be started during
# boot time. One entry must contain the virtual machine name and the
# virtual machine owner. They are separated with a ";". Multiple entries
# (virtual machines) are separated with a space.
#
# Examples:
# MachineName1;user1
#
# One virtual machine:
# openSUSE_Factory;vbox
#
# Multiple virtual machines:
# openSUSE_Factory;vbox openSUSE_stable;suse
#
VBOX_AUTOSTART=""