diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/modules.autoload.d/kernel-2.4 | 11 | ||||
-rw-r--r-- | etc/modules.autoload.d/kernel-2.6 | 10 | ||||
-rw-r--r-- | etc/modules.d/aliases | 46 | ||||
-rw-r--r-- | etc/modules.d/i386 | 4 |
4 files changed, 0 insertions, 71 deletions
diff --git a/etc/modules.autoload.d/kernel-2.4 b/etc/modules.autoload.d/kernel-2.4 deleted file mode 100644 index a92bec1..0000000 --- a/etc/modules.autoload.d/kernel-2.4 +++ /dev/null @@ -1,11 +0,0 @@ -# /etc/modules.autoload.d/kernel-2.4: kernel modules to load when system boots. -# -# Note that this file is for 2.4 kernels. If you need different modules -# for a 2.6 kernel, you can create /etc/modules.autoload.d/kernel-2.6 -# -# Add the names of modules that you'd like to load when the system -# starts into this file, one per line. Comments begin with # and -# are ignored. Read man modules.autoload for additional details. - -# For example: -# 3c59x diff --git a/etc/modules.autoload.d/kernel-2.6 b/etc/modules.autoload.d/kernel-2.6 deleted file mode 100644 index 6a9efab..0000000 --- a/etc/modules.autoload.d/kernel-2.6 +++ /dev/null @@ -1,10 +0,0 @@ -# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots. -# -# Note that this file is for 2.6 kernels. -# -# Add the names of modules that you'd like to load when the system -# starts into this file, one per line. Comments begin with # and -# are ignored. Read man modules.autoload for additional details. - -# For example: -# 3c59x diff --git a/etc/modules.d/aliases b/etc/modules.d/aliases deleted file mode 100644 index 85ff710..0000000 --- a/etc/modules.d/aliases +++ /dev/null @@ -1,46 +0,0 @@ -# Aliases to tell insmod/modprobe which modules to use - -# Uncomment the network protocols you don't want loaded: -# alias net-pf-1 off # Unix -# alias net-pf-2 off # IPv4 -# alias net-pf-3 off # Amateur Radio AX.25 -# alias net-pf-4 off # IPX -# alias net-pf-5 off # DDP / appletalk -# alias net-pf-6 off # Amateur Radio NET/ROM -# alias net-pf-9 off # X.25 -# alias net-pf-10 off # IPv6 -# alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP -# alias net-pf-19 off # Acorn Econet - -alias char-major-10-175 agpgart -alias char-major-10-200 tun -alias char-major-81 bttv -alias char-major-108 ppp_generic -alias /dev/ppp ppp_generic -alias tty-ldisc-3 ppp_async -alias tty-ldisc-14 ppp_synctty -alias ppp-compress-21 bsd_comp -alias ppp-compress-24 ppp_deflate -alias ppp-compress-26 ppp_deflate - -# Crypto modules (see http://www.kerneli.org/) -alias loop-xfer-gen-0 loop_gen -alias loop-xfer-3 loop_fish2 -alias loop-xfer-gen-10 loop_gen -alias cipher-2 des -alias cipher-3 fish2 -alias cipher-4 blowfish -alias cipher-6 idea -alias cipher-7 serp6f -alias cipher-8 mars6 -alias cipher-11 rc62 -alias cipher-15 dfc2 -alias cipher-16 rijndael -alias cipher-17 rc5 - -# Support for i2c and lm_sensors -alias char-major-89 i2c-dev - -# Old nvidia support ... -alias char-major-195 NVdriver -alias /dev/nvidiactl char-major-195 diff --git a/etc/modules.d/i386 b/etc/modules.d/i386 deleted file mode 100644 index b89459f..0000000 --- a/etc/modules.d/i386 +++ /dev/null @@ -1,4 +0,0 @@ -alias parport_lowlevel parport_pc -alias char-major-10-144 nvram -alias binfmt-0064 binfmt_aout -alias char-major-10-135 rtc |