#!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. touch /var/lock/subsys/local # set up drive to do dma for a 10x speed increase hdparm -d1 /dev/hda hdparm -d1 /dev/hdc /sbin/modprobe sonypi /sbin/mknod /dev/sonypi c 10 63 # probe for the ACPI modules /sbin/modprobe acpi_button /sbin/modprobe acpi_thermal /sbin/modprobe acpi_processor /sbin/modprobe acpi_fan /sbin/modprobe acpi_battery /sbin/modprobe acpi_ac # start usb manually? #/root/startusb