From 5fd299d6e8aab8d35e4bec9978ff185b4edaf97c Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Fri, 24 Oct 2008 10:10:46 +0000 Subject: moved unfinished plugin to developer git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2371 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/virtualbox/files/runvbox-v2 | 134 ------------------------- 1 file changed, 134 deletions(-) delete mode 100644 os-plugins/plugins/virtualbox/files/runvbox-v2 (limited to 'os-plugins/plugins/virtualbox/files') diff --git a/os-plugins/plugins/virtualbox/files/runvbox-v2 b/os-plugins/plugins/virtualbox/files/runvbox-v2 deleted file mode 100644 index eb62006f..00000000 --- a/os-plugins/plugins/virtualbox/files/runvbox-v2 +++ /dev/null @@ -1,134 +0,0 @@ -#!/bin/sh -# Description: Script for preparing VirtualBox environment Diskless -# Gets a xml file, reads needed information from it and -# forwards it into B drive of VirtualBox -# -# Author(s): see project authors file -# last changes uhrig, 21/10/2008 -# Copyright: (c) 2003 - 2008 - RZ Universitaet Freiburg -# -# Version: 0.0.1 -# -################################################################################ - -################################################################################ -## -## Read needed variables from XML file -## -################################################################################ -xml=$1 - -# file name of the image -imagename=$(grep -i " - -# enable audio -VBoxManage modifyvm "${ID}" -audio oss - -#TODO -#VBoxManage modifyvm "${ID}" -#VBoxManage modifyvm "${ID}" ­ostype -#VBoxManage modifyvm "${ID}" ­vram _in_mb_of_virtual_graphic_card> -#VBoxManage modifyvm "${ID}" ­acpi # acpi and i/o apic support -#VBoxManage modifyvm "${ID}" ­sata # sata or ide -#VBoxManage modifyvm "${ID}" ­dvdpassthrough # burn support, unstable -#VBoxManage modifyvm "${ID}" -floppy empty|uuid|filename # yes we need it -#VBoxManage modifyvm "${ID}" -floppy empty|uuid|filename # yes we need it - - - -# adjust volume amixer -q sset Master 28 unmute 2>/dev/null -amixer -q sset PCM 28 unmute 2>/dev/null -amixer -q sset Headphone 28 unmute 2>/dev/null -amixer -q sset Front 0 mute 2>/dev/null - - -# start created image -VBoxManage startvm "${ID}" -type gui -- cgit v1.2.3-55-g7522