Bug 600436
Summary: | rpm overwrites changed rc.sysinit on update | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | udo <udovdh> |
Component: | initscripts | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | iarlyy, jonathan, notting, plautrba, rvokal |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-06-04 18:29:13 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: |
Description
udo
2010-06-04 17:27:31 UTC
What version are you updating to? Thanks for your report. -- Fedora Bugzappers Team Member The one mentioned in the version info. The issue has been present for a while. Correct. rc.sysinit is not a config file; it's important for consistent booting that the rpm packaged copy be present. So how do we prevent my changes from over writing? You shouldn't be editing it directly. What do you need to edit it for? /sbin/service uptimed createbootid at the bottom. What else would be a suitable place to create the bootid soon in the boot process, but without overwrite risk? Write your own init script for it, have it set a very early priority. |