From f8302019dedefa0425f686ed707300df80881caa Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Thu, 26 Mar 2015 13:48:02 +0100 Subject: Remove ability to declare kernel modules in rc.conf The preferred way is to declare them in /etc/modules-load.d so why offer an additional way? This isn't perl. --- rc.conf | 7 ------- 1 file changed, 7 deletions(-) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index 2be64f9..5dbad2e 100644 --- a/rc.conf +++ b/rc.conf @@ -27,10 +27,3 @@ # Amount of ttys which should be setup. #TTYS= - -# Kernel modules to load, delimited by blanks. -# -# NOTE: it's preferred to declare the modules in /etc/modules-load.d instead: -# - echo kmod > /etc/modules-load.d/kmod.conf -# -#MODULES="" -- cgit 1.4.1