summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-default
diff options
context:
space:
mode:
authorRoot2007-01-12 16:02:53 +0100
committerRoot2007-01-12 16:02:53 +0100
commit800af873b919b56de53499f7c55be34c4f88f704 (patch)
treec8322da0b72a65e1bec8adba47e2f819eb8a4506 /initramfs/distro-specs/suse/functions-default
parentNo longer use SLX_SYSTEM_VARIANTNAME in this prototype code. (diff)
downloadcore-800af873b919b56de53499f7c55be34c4f88f704.tar.gz
core-800af873b919b56de53499f7c55be34c4f88f704.tar.xz
core-800af873b919b56de53499f7c55be34c4f88f704.zip
Fix in hwautocfg (wait for device to appear) and small compatibility
hack for vmware-prep ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@617 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/suse/functions-default')
-rw-r--r--initramfs/distro-specs/suse/functions-default6
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default
index 4b281f42..cf23e8f4 100644
--- a/initramfs/distro-specs/suse/functions-default
+++ b/initramfs/distro-specs/suse/functions-default
@@ -530,9 +530,9 @@ if [ -f /mnt/etc/${D_SYSCONFDIR}/vmware ] ; then
cp /etc/.depend.start /mnt/etc/${D_INITDIR}/.depend.start
# this line should be added to /etc/hotplug.d/usb/50-usb.hotplug
# to block linux from handling usb events during vmware sessions
- sed -e '/USB-specific/{;i\' \
- -e 'ps aux |grep -i vmware| grep -v "grep" &>/dev/null && exit 0' \
- -e ' }' -i /mnt/etc/hotplug.d/usb/50-usb.hotplug
+ #sed -e '/USB-specific/{;i\' \
+ # -e 'ps aux |grep -i vmware| grep -v "grep" >/dev/null 2>&1 && exit 0' \
+ # -e ' }' -i /mnt/etc/hotplug.d/usb/50-usb.hotplug
else
error "df_errvmw" nonfatal
fi