From e4398c2e693441b8844645ee69fd3b7e483b3530 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 7 Feb 2003 16:58:42 +0000 Subject: added the MODULES=() line to rc.conf, with loading in rc.sysinit --- rc.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index 9226604..4c1be9c 100644 --- a/rc.conf +++ b/rc.conf @@ -16,7 +16,13 @@ HARDWARECLOCK="localtime" # HOSTNAME="myhost" + +# +# Module to load at boot-up (in this order) +# (prefix a module with a ! to disable it) # +MODULES=(!usbserial !ide-scsi) + # # Interfaces to start at boot-up (in this order) # Declare each interface then list in INTERFACES -- cgit v1.2.3