summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs
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
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')
-rw-r--r--initramfs/distro-specs/suse/functions-10.06
-rw-r--r--initramfs/distro-specs/suse/functions-10.15
-rw-r--r--initramfs/distro-specs/suse/functions-10.25
-rw-r--r--initramfs/distro-specs/suse/functions-default10
4 files changed, 0 insertions, 26 deletions
diff --git a/initramfs/distro-specs/suse/functions-10.0 b/initramfs/distro-specs/suse/functions-10.0
index a33fe426..577465e4 100644
--- a/initramfs/distro-specs/suse/functions-10.0
+++ b/initramfs/distro-specs/suse/functions-10.0
@@ -13,15 +13,9 @@
# in general SuSE base definitions ... General changes should be done there,
# version specific changes for the version 10.0 go here.
-
# 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
testmkd /mnt/var/X11R6/bin
echo '#!/bin/sh'> /mnt/var/X11R6/bin/vm-udev
diff --git a/initramfs/distro-specs/suse/functions-10.1 b/initramfs/distro-specs/suse/functions-10.1
index eff30cc2..6de0412c 100644
--- a/initramfs/distro-specs/suse/functions-10.1
+++ b/initramfs/distro-specs/suse/functions-10.1
@@ -38,12 +38,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
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
diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default
index 8540e5a2..894d5a8a 100644
--- a/initramfs/distro-specs/suse/functions-default
+++ b/initramfs/distro-specs/suse/functions-default
@@ -489,16 +489,6 @@ fi
config_vmware () {
if [ -f /mnt/etc/${D_SYSCONFDIR}/vmware ] ; then
rllinker "vmware" "20" "02"
- # if running start scripts in parallel vmware-prep is not recognized
- # first solution: just avoid running in parallel
- #sed 's/PARALLEL=.*/PARALLEL=no/' /mnt/etc/${D_SYSCONFDIR}/boot \
- # > /tmp/boot
- #cp /tmp/boot /mnt/etc/${D_SYSCONFDIR}/boot
- # second solution: vmware-prep script should be added to .depends.start
- sed -e "s,TARGETS =,TARGETS = vmware-prep," \
- /mnt/etc/${D_INITDIR}/.depend.start >> /etc/.depend.start
- echo "vmware-prep: " >> /etc/.depend.start
- mv /etc/.depend.start /mnt/etc/${D_INITDIR}/.depend.start
else
error "df_errvmw" nonfatal
fi