diff options
-rwxr-xr-x | src/initramfs/scripts/bin/hwautocfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/initramfs/scripts/bin/hwautocfg b/src/initramfs/scripts/bin/hwautocfg index 92d69943..6a4e7646 100755 --- a/src/initramfs/scripts/bin/hwautocfg +++ b/src/initramfs/scripts/bin/hwautocfg @@ -26,9 +26,6 @@ for tool in /usr/sbin/acpidump \ done # no kernel messages echo "0 0 0 0" >/proc/sys/kernel/printk -echo -e "(control[A-Z])([0-9]) 0:0 660 =snd/\n(pcm[A-Z][0-9][A-Z][0-9][cp]) 0:0 660 =snd/\n\ -(hw[A-Z0-9]*) 0:0 660 =snd/\ncard[0-9] 0:0 660 =dri/\n(event|mouse)[0-9] 0:0 640 =input/\n\ -(control[A-Z])([0-9]+) 0:0 660 =dri/\n" >>/etc/mdev.conf modprobe -a ${MODPRV} usbhid hid-bright hid-generic 2>/dev/null & # check from vga= that the traditional framebuffer is needed e.g. for splashy # get information on the graphics adaptor if bootsplash or xserver plugins are @@ -237,8 +234,6 @@ chown root:video /dev/dri/* #grep -q " PS/2 " /etc/hwinfo.mouse || \ # { rmmod psmouse 2>/dev/null; rm /dev/psaux 2>/dev/null; } # more sophistication possible :) -# remove /sbin/mdev as not available in stage4 -echo >/proc/sys/kernel/hotplug return 0 } |