diff options
| author | Dirk von Suchodoletz | 2006-05-26 18:10:57 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-05-26 18:10:57 +0200 |
| commit | f5d8e98833698fec6a52b95064a3d01ddbbae3af (patch) | |
| tree | c4ee9a24960fa735b82b992ef22902382723b0cd /initrd/distro-specs | |
| parent | fix for the kiosk mode (permissions), fix for usb/vmware ... (diff) | |
| download | core-f5d8e98833698fec6a52b95064a3d01ddbbae3af.tar.gz core-f5d8e98833698fec6a52b95064a3d01ddbbae3af.tar.xz core-f5d8e98833698fec6a52b95064a3d01ddbbae3af.zip | |
fixes for kiosk mode
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@237 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs')
| -rw-r--r-- | initrd/distro-specs/suse/functions-10.0 | 2 | ||||
| -rw-r--r-- | initrd/distro-specs/suse/functions-10.1 | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/initrd/distro-specs/suse/functions-10.0 b/initrd/distro-specs/suse/functions-10.0 index 67c9d4d2..40ac8e4a 100644 --- a/initrd/distro-specs/suse/functions-10.0 +++ b/initrd/distro-specs/suse/functions-10.0 @@ -95,7 +95,7 @@ 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 \ -&>/dev/null; }\nexit \$STATE" > /mnt/var/X11R6/bin/vm-udev +&>/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 \ running\n# vmware sessions, generated by $0 during initramfs\n# Dirk von \ diff --git a/initrd/distro-specs/suse/functions-10.1 b/initrd/distro-specs/suse/functions-10.1 index bc7b7037..a9175295 100644 --- a/initrd/distro-specs/suse/functions-10.1 +++ b/initrd/distro-specs/suse/functions-10.1 @@ -22,10 +22,6 @@ echo -e "#!/bin/sh\n:" >/usr/sbin/alsactl chmod u+x /sbin/* /lib/udev/* /usr/sbin/* } -postinit () { -: -} - # udev service udev_hotplug () { local result=0 |
