diff options
| author | Volker Uhrig | 2008-02-20 19:05:19 +0100 |
|---|---|---|
| committer | Volker Uhrig | 2008-02-20 19:05:19 +0100 |
| commit | ef844b368377ccbb72d3d8aecbd0c919c2504adc (patch) | |
| tree | dcc5cd5e3bb5b93227427a292b1c3a00de9ce7e0 /initramfs/distro-specs/suse | |
| parent | * fixed potential use of uninitialized value (diff) | |
| download | core-ef844b368377ccbb72d3d8aecbd0c919c2504adc.tar.gz core-ef844b368377ccbb72d3d8aecbd0c919c2504adc.tar.xz core-ef844b368377ccbb72d3d8aecbd0c919c2504adc.zip | |
* Cleaned out some deprecated vmware commands
* We won't build vmware modules in initramfs anymore. They will be on the system
anyway. This avoids also issues with depmod.
* Directory/URI of the images moved into the vmware plugin
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1565 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/suse')
| -rw-r--r-- | initramfs/distro-specs/suse/functions-10.0 | 2 | ||||
| -rw-r--r-- | initramfs/distro-specs/suse/functions-10.1 | 2 | ||||
| -rw-r--r-- | initramfs/distro-specs/suse/functions-10.2 | 2 | ||||
| -rw-r--r-- | initramfs/distro-specs/suse/functions-default | 8 |
4 files changed, 0 insertions, 14 deletions
diff --git a/initramfs/distro-specs/suse/functions-10.0 b/initramfs/distro-specs/suse/functions-10.0 index b67df02b..aee86941 100644 --- a/initramfs/distro-specs/suse/functions-10.0 +++ b/initramfs/distro-specs/suse/functions-10.0 @@ -15,9 +15,7 @@ # prepare virtual machine environment (vmware, vmplayer) config_vmware () { -rllinker "vmware" 20 2 # during vmware sessions linux should not handle usb events/devices -testmkd /mnt/var/X11R6/bin echo '#!/bin/sh'> /mnt/var/X11R6/bin/vm-udev echo -e "# Script for blocking linux from handling usb \ devices\n# during vmware sessions. If you like to remove certain modules add \ diff --git a/initramfs/distro-specs/suse/functions-10.1 b/initramfs/distro-specs/suse/functions-10.1 index aa553a2d..5e1ee818 100644 --- a/initramfs/distro-specs/suse/functions-10.1 +++ b/initramfs/distro-specs/suse/functions-10.1 @@ -38,11 +38,9 @@ fi # prepare virtual machine environment (vmware, vmplayer) config_vmware () { -rllinker "vmware" 20 2 # during vmware sessions linux should not handle usb events/devices # vmplayer and recent versions of vmware do not need this hack if [ ! -x /mnt/usr/bin/vmplayer ] ; then - testmkd /mnt/var/X11R6/bin echo '#!/bin/sh'> /mnt/var/X11R6/bin/vm-udev echo -e "# Script for blocking linux from handling usb \ devices\n# during vmware sessions. If you like to remove certain modules \ diff --git a/initramfs/distro-specs/suse/functions-10.2 b/initramfs/distro-specs/suse/functions-10.2 index 23e36076..eb2ffe82 100644 --- a/initramfs/distro-specs/suse/functions-10.2 +++ b/initramfs/distro-specs/suse/functions-10.2 @@ -90,11 +90,9 @@ fi } # prepare virtual machine environment (vmware, vmplayer) config_vmware () { -rllinker "vmware" 20 2 # during vmware sessions linux should not handle usb events/devices # vmplayer and recent versions of vmware do not need this hack if [ ! -x /mnt/usr/bin/vmplayer ] ; then - testmkd /mnt/var/X11R6/bin echo '#!/bin/sh'> /mnt/var/X11R6/bin/vm-udev echo -e "# Script for blocking linux from handling usb \ devices\n# during vmware sessions. If you like to remove certain modules \ diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default index 6627c435..a6aa24df 100644 --- a/initramfs/distro-specs/suse/functions-default +++ b/initramfs/distro-specs/suse/functions-default @@ -497,14 +497,6 @@ else error "$df_erryp" nonfatal fi } -# start vmware -config_vmware () { -if [ -f /mnt/etc/${D_INITDIR}/vmware ] ; then - rllinker "vmware" 20 2 -else - error "df_errvmw" nonfatal -fi -} # initialize runlevel skript to be executed during system startup # (before most of the normal boot init scripts) # this script should operate like a normal runlevel script |
