5 kx #!/bin/bash
5 kx
5 kx # /etc/rc.d/rc.modules.local
5 kx
5 kx # The Linux kernel source is the best place to look for documentation
5 kx # for the many available kernel modules. This can be found under
5 kx # /usr/src/linux-$VERSION/Documentation/.
5 kx
5 kx # Almost all necessary modules are automatically loaded when needed,
5 kx # but there are a few exceptions. Here's a (not all-inclusive) list,
5 kx # so uncomment any of the below entries or add others as needed:
5 kx # Note that you could also create/edit rc.modules-$version if you
5 kx # only wanted specific modules loaded for particular kernels.
5 kx
5 kx #/sbin/modprobe tun # Universal TUN/TAP device driver
5 kx #/sbin/modprobe sg # Generic SCSI support for SATA DVD-RW