Bug 206331 - More stateless updates for rc.sysinit
Summary: More stateless updates for rc.sysinit
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
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: 2006-09-13 18:36 UTC by Jeff Law
Modified: 2014-03-17 03:02 UTC (History)
1 user (show)

Fixed In Version: 8.43-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-27 01:27:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch (1.57 KB, patch)
2006-09-13 18:36 UTC, Jeff Law
no flags Details | Diff

Description Jeff Law 2006-09-13 18:36:21 UTC
Description of problem:
Three distinct issues:

  1. When checking for an unset hostname, we should also check for 
     "localhost.localdomain" in addition to just "localhost".  If we
     wanted to get overly picky we could source the network scripts
     and use the need_hostname function.  This patch takes the easy
     was out and just adds a check for "localhost.localdomain".

  2. The explicit mount of $STATE_MOUNT/files is no longer necessary.
     Puppet can easily manage that for us.

  3. We need to copy the puppet CA's certificate from the r/o image into
     the client's persistent store before creating bind mounts.


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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jeff Law 2006-09-13 18:36:21 UTC
Created attachment 136188 [details]
patch

Comment 2 Bill Nottingham 2006-09-27 01:27:20 UTC
Added in CVS, will be in 8.43-1.

Comment 3 Bill Nottingham 2006-10-04 22:17:27 UTC
Weird, some parts fell out. Will be in 8.44-1.


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