summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-default
diff options
context:
space:
mode:
authorVolker Uhrig2008-02-21 18:45:35 +0100
committerVolker Uhrig2008-02-21 18:45:35 +0100
commit0b3bf8fa3a6a5df08658aaaa3e7585a0e8b24302 (patch)
treed6fd43034bace8d5796d46bdf853c01eb6da48e0 /initramfs/distro-specs/ubuntu/functions-default
parentAdded example of os-name in example.pm (diff)
downloadcore-0b3bf8fa3a6a5df08658aaaa3e7585a0e8b24302.tar.gz
core-0b3bf8fa3a6a5df08658aaaa3e7585a0e8b24302.tar.xz
core-0b3bf8fa3a6a5df08658aaaa3e7585a0e8b24302.zip
* Removed deprecated vmware configuration
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1567 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-default')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-default12
1 files changed, 0 insertions, 12 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default
index ed727c4c..b1f9c34a 100644
--- a/initramfs/distro-specs/ubuntu/functions-default
+++ b/initramfs/distro-specs/ubuntu/functions-default
@@ -373,18 +373,6 @@ rerun\n# the mkdxsinitrd script to get them applied\n\n\
esac
}
-# prepare virtual machine environment (vmware, vmplayer)
-config_vmware () {
-if [ -f /mnt/etc/init.d/vmware ] ; then
-# during vmware sessions linux should not handle usb events/devices
-# add special path /var/X11R6/bin to the PATH variable
-# fixme!! add path directly to /etc/profile!?
-echo -e "# added path component by $0: $date\n\
-PATH=\"\$PATH:/var/X11R6/bin\"" >>/mnt/etc/profile
-echo '#!/bin/sh'>> /mnt/etc/udev/rules.d/01-udev-vm.rules
-fi
-}
-
# configure automounter
config_automount () {
if [ -f /mnt/etc/init.d/autofs ] ; then