Update rc.modules.local.
This commit is contained in:
parent
6fb489f1e8
commit
410f002097
1 changed files with 4 additions and 15 deletions
|
|
@ -1,19 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# /etc/rc.d/rc.modules.local - Load locally configured kernel modules.
|
||||||
# /etc/rc.d/rc.modules.local
|
# Copyright (c) 2005-2022:
|
||||||
|
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
||||||
# The Linux kernel source is the best place to look for documentation
|
# Licensed under the terms of the GNU General Public License version 3.
|
||||||
# for the many available kernel modules. This can be found under
|
|
||||||
# /usr/src/linux-$VERSION/Documentation/.
|
|
||||||
|
|
||||||
# Almost all necessary modules are automatically loaded when needed,
|
|
||||||
# but there are a few exceptions. Here's a (not all-inclusive) list,
|
|
||||||
# so uncomment any of the below entries or add others as needed:
|
|
||||||
# Note that you could also create/edit rc.modules-$version if you
|
|
||||||
# only wanted specific modules loaded for particular kernels.
|
|
||||||
|
|
||||||
#/sbin/modprobe tun # Universal TUN/TAP device driver
|
|
||||||
#/sbin/modprobe sg # Generic SCSI support for SATA DVD-RW
|
|
||||||
|
|
||||||
# Load sensor modules.
|
# Load sensor modules.
|
||||||
if [ -e /etc/sysconfig/lm_sensors ]; then
|
if [ -e /etc/sysconfig/lm_sensors ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue