Bug 427857 - Support /sbin/sysinit.local
Summary: Support /sbin/sysinit.local
Keywords:
Status: CLOSED DUPLICATE of bug 67681
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-07 21:34 UTC by Kasper Dupont
Modified: 2014-03-17 03:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-07 21:46:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Implements support for /sbin/sysinit.local (478 bytes, patch)
2008-01-07 21:34 UTC, Kasper Dupont
no flags Details | Diff

Description Kasper Dupont 2008-01-07 21:34:03 UTC
Description of problem:
/etc/rc.d/rc.sysinit doesn't have any hooks for local additions.

Version-Release number of selected component (if applicable):
initscripts-8.60-1

How reproducible:
Always

Steps to Reproduce:
1. Create /sbin/sysinit.local
2. Boot
  
Actual results:
Script is not executed

Expected results:
Script is executed early in /etc/rc.d/rc.sysinit

Additional info:
This a feature request not a bug, but the form didn't provide any way to mark it
as such. I would like to put the following in my /sbin/sysinit.local to help me
debug problems during bootup:
#!/bin/bash
/usr/bin/openvt -c 12 -- /sbin/sulogin

Comment 1 Kasper Dupont 2008-01-07 21:34:03 UTC
Created attachment 291015 [details]
Implements support for /sbin/sysinit.local

Comment 2 Bill Nottingham 2008-01-07 21:46:57 UTC

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


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