Bug 143978 - Editing /etc/rc.sysinit is required to load modules at boot time
Summary: Editing /etc/rc.sysinit is required to load modules at boot time
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-03 06:20 UTC by Ignacio Vazquez-Abrams
Modified: 2014-03-17 02:51 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-01-03 06:31:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ignacio Vazquez-Abrams 2005-01-03 06:20:36 UTC
When choosing to load modules at boot time, an admin is required to
edit /etc/rc.sysinit instead of a more suitable file such as
/etc/sysconfig/modules. The sheer complexity of rc.sysinit is high
enough that this file should never be edited, yet this is the most
appropriate place to indicate which modules to load at boot time under
the current structure.

Comment 1 Bill Nottingham 2005-01-03 06:31:35 UTC
In /etc/rc.sysinit:


# Load modules (for backward compatibility with VARs)
if [ -f /etc/rc.modules ]; then
        /etc/rc.modules
fi




Note You need to log in before you can comment on or make changes to this bug.