Bug 23497

Summary: [PATCH] Move some rc.sysinit functionality into SysV style scripts
Product: [Retired] Red Hat Raw Hide Reporter: Andrew Bartlett <abartlet>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-28 19:16:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 14672    
Attachments:
Description Flags
Patch to move parts of rc.local into SysV subsystems none

Description Andrew Bartlett 2001-01-07 02:10:55 UTC
I think that rc.sysinit is too big, it does many things that could be done
early (or late) in the normal boot sequence.  It also does some things that
can lock a machine (loading sound modules) that would make recovering with
single user impossible.  Attached is a prelimarly patch that moves the
kernel /boot stuff into an early part of the SysV init, and the sound
drivers into a later part, also saving the sound driver settings at service
shutdown (rather than in rc.halt).  

The patch needs a cleanup, a sainity check (I don't have sound in my test
machine yet), and symlinks etc need to be added, but this gives you a
start.

This is similar to bug 14672 and I hope that both can find there way into a
future initscripts release.

Comment 1 Andrew Bartlett 2001-01-07 02:13:50 UTC
Created attachment 7163 [details]
Patch to move parts of rc.local into SysV subsystems

Comment 2 Andrew Bartlett 2001-01-07 03:53:25 UTC
Sorry, that patch is for rc.sysinit not rc.local

Comment 3 Bill Nottingham 2005-04-28 19:16:47 UTC

*** This bug has been marked as a duplicate of 67681 ***