From 410f0020977065fc36c21c934f8771a0d8465019 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Tue, 23 Aug 2022 05:07:37 +0100 Subject: [PATCH] Update rc.modules.local. --- rc.d/rc.modules.local | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/rc.d/rc.modules.local b/rc.d/rc.modules.local index 08581c2..2785e0f 100755 --- a/rc.d/rc.modules.local +++ b/rc.d/rc.modules.local @@ -1,19 +1,8 @@ #!/bin/sh - -# /etc/rc.d/rc.modules.local - -# The Linux kernel source is the best place to look for documentation -# 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 +# /etc/rc.d/rc.modules.local - Load locally configured kernel modules. +# Copyright (c) 2005-2022: +# Darren 'Tadgy' Austin +# Licensed under the terms of the GNU General Public License version 3. # Load sensor modules. if [ -e /etc/sysconfig/lm_sensors ]; then