summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-10.2
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-06-06 00:34:32 +0200
committerDirk von Suchodoletz2007-06-06 00:34:32 +0200
commite7f7a9e35969a45e30ac1f196dfdd9dd54bcf7c4 (patch)
tree9720729d0b7073f8c68ec22c1170df85011b53ae /initramfs/distro-specs/suse/functions-10.2
parentImproved version for dnbd2 setup ... (diff)
downloadcore-e7f7a9e35969a45e30ac1f196dfdd9dd54bcf7c4.tar.gz
core-e7f7a9e35969a45e30ac1f196dfdd9dd54bcf7c4.tar.xz
core-e7f7a9e35969a45e30ac1f196dfdd9dd54bcf7c4.zip
The vmware-prep script is deprecated (not provided any more as file).
All stuff is handled within stage3 now ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1150 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/suse/functions-10.2')
-rw-r--r--initramfs/distro-specs/suse/functions-10.25
1 files changed, 0 insertions, 5 deletions
diff --git a/initramfs/distro-specs/suse/functions-10.2 b/initramfs/distro-specs/suse/functions-10.2
index 02fdfd89..1935cf6d 100644
--- a/initramfs/distro-specs/suse/functions-10.2
+++ b/initramfs/distro-specs/suse/functions-10.2
@@ -94,12 +94,7 @@ fi
}
# prepare virtual machine environment (vmware, vmplayer)
config_vmware () {
-rllinker "vmware-prep" "18" "02"
rllinker "vmware" "20" "02"
-sed -e "s,TARGETS =,TARGETS = vmware-prep," \
- /mnt/etc/${D_INITDIR}/.depend.start >> /etc/.depend.start
- echo "vmware-prep: " >> /etc/.depend.start
- cp /etc/.depend.start /mnt/etc/${D_INITDIR}/.depend.start
# 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