[BlueOnyx:00496] Re: BX install CD and %post scripts

Gerald Waugh gwaugh at frontstreetnetworks.com
Wed Feb 11 12:27:24 -05 2009


Michael Stauber wrote; 
> 
> Hi Rickard,
> 
> > Yes, I've got a fixed stage2.img.... I'll put it up 
> tomorrow on an ftp!
> 
> Excellent! Please do and I'll include it on the next build of 
> the CD. Although 
> I may hold that until CentOS-5.3 is out, which may be "real soon now".
> 

I also fixed the stage2.img file available here;
http://fsn.raqware.com/BlueOnyx/stage2.img

The only change was to;
  usr/lib/anaconda/dispatch.py
find these lines (you need to reverse them)
    ("methodcomplete", doMethodComplete, ),
    ("dopostaction", doPostAction, ),
change to
    ("dopostaction", doPostAction, ),
    ("methodcomplete", doMethodComplete, ),

Gerald




More information about the Blueonyx mailing list