# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/sysfiles/etc_conf_kernel.txt # Copyright (C) 2006 - 2026 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- # # This file will be started at the very beginning of /etc/rc.d/init.d/system # and should be used to load kernel modules, to configure the kernel and to # set up the hardware. # # setpci # modprobe # echo > /sys/ # echo > /proc/sys/ # modprobe airport # modprobe snd-powermac # echo -n 2-2:1.1 > /sys/bus/usb/drivers/usbhid/unbind # modprobe appletouch # modprobe cpufreq_ondemand # modprobe speedstep-centrino # modprobe acpi-cpufreq # for x in /sys/devices/system/cpu/cpu[0-9]*; do # echo "Enabling on-demand frequency scaling on ${x##*/}." # echo ondemand > $x/cpufreq/scaling_governor # done