diff options
| author | Dirk von Suchodoletz | 2006-07-08 18:54:36 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-07-08 18:54:36 +0200 |
| commit | cb0073ec4898c5437686f95eddd352d52a0f5cc2 (patch) | |
| tree | e65d478fd60924a531f3da6d3bbc8370fda989fd /initrd/distro-specs/gentoo | |
| parent | Update HW database for graphic adapators (file Cards), minor fix in (diff) | |
| download | core-cb0073ec4898c5437686f95eddd352d52a0f5cc2.tar.gz core-cb0073ec4898c5437686f95eddd352d52a0f5cc2.tar.xz core-cb0073ec4898c5437686f95eddd352d52a0f5cc2.zip | |
Fixes for vm-udev, addition of glx-check for ATI, see HardwareErkennung
too ...
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@277 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/gentoo')
| -rw-r--r-- | initrd/distro-specs/gentoo/config-default (renamed from initrd/distro-specs/gentoo/config-2005.1) | 0 | ||||
| -rw-r--r-- | initrd/distro-specs/gentoo/functions-default (renamed from initrd/distro-specs/gentoo/functions-2005.1) | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/initrd/distro-specs/gentoo/config-2005.1 b/initrd/distro-specs/gentoo/config-default index 2bae4d17..2bae4d17 100644 --- a/initrd/distro-specs/gentoo/config-2005.1 +++ b/initrd/distro-specs/gentoo/config-default diff --git a/initrd/distro-specs/gentoo/functions-2005.1 b/initrd/distro-specs/gentoo/functions-default index 4eae04a3..f3b3d633 100644 --- a/initrd/distro-specs/gentoo/functions-2005.1 +++ b/initrd/distro-specs/gentoo/functions-default @@ -2,11 +2,11 @@ # linux diskless clients (executed within initial ramdisk # after genconfig) # -# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 23-06-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-07-2006 # # Copyright: (c) 2006 - RZ Universitaet Freiburg # -# Version: 0.0.2b +# Version: 0.0.2c # empty functions are defined at the beginning of /etc/functions @@ -264,7 +264,7 @@ devices\n# during vmware sessions. If you like to remove certain modules \ add them\n# to the list below - Dirk von Suchodoletz, <dirk@goe.net>\n\ STATE=1\nps aux|grep -i vmware|grep -v \"grep\" &>/dev/null && { STATE=0; \ /sbin/rmmod usb-storage &>/tmp/null; }\n\ -[ x$ACTION = xremove ] && { [ $STATE = 0 ] && /sbin/rmmod usb-storage \ +[ x\$ACTION = xremove ] && { [ \$STATE = 0 ] && /sbin/rmmod usb-storage \ &>/dev/null; }\nexit \$STATE" > /mnt/var/X11R6/bin/vm-udev chmod u+x /mnt/var/X11R6/bin/vm-udev echo -e "# special entry to block linux from reacting to usb events during \ |
