For the most part, other arches keep bootDev like you've got it here and then
refer to bootDev.name or whatever. Any reason for being different?
The rest looks fine.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
02-26-2010, 08:45 PM
Dennis Gilmore
clean up sparc boot loader so that it writes out and links into /etc correctly
On Friday 26 February 2010 03:26:35 pm Chris Lumens wrote:
> > diff --git a/booty/sparc.py b/booty/sparc.py
> > index 22c4ab8..f6dd7be 100644
> > --- a/booty/sparc.py
> > +++ b/booty/sparc.py
> > @@ -1,14 +1,17 @@
> > +import string
> >
> > import os
> >
> > from booty import BootyNoKernelWarning
> >
> > +from util import getDiskPart
> >
> > from bootloaderInfo import *
> >
> > +import iutil
> >
> > class sparcBootloaderInfo(bootloaderInfo):
> > def writeSilo(self, instRoot, bl, kernelList,
> >
> > chainList, defaultDev, justConfigFile):
> > try:
> > - bootDev = self.storage.mountpoints["/boot"]
> > + bootDev = self.storage.mountpoints["/boot"].name
> >
> > mf = '/silo.message'
> > cf = "/boot/silo.conf"
>
> For the most part, other arches keep bootDev like you've got it here and
> then refer to bootDev.name or whatever. Any reason for being different?
i picked it up from a single instance of it thats in booty/x86.py while i was
trying to work out what exactly was failing.
Ill rewrite it
Dennis
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
02-26-2010, 09:59 PM
Dennis Gilmore
clean up sparc boot loader so that it writes out and links into /etc correctly
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
03-01-2010, 05:45 AM
Jon Masters
clean up sparc boot loader so that it writes out and links into /etc correctly
Hi Dennis,
Any update on posting an image for playing with?
Jon.
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
03-01-2010, 04:31 PM
Dennis Gilmore
clean up sparc boot loader so that it writes out and links into /etc correctly
On Monday 01 March 2010 12:45:34 am Jon Masters wrote:
> Hi Dennis,
>
> Any update on posting an image for playing with?
>
> Jon.
Ive fixed the issue tht was causing NetworkManager to SIGBUS, And im composing
a tree right now.
it will show up http://sparc.koji.fedoraproject.org/alpha/20100301/12-
Alpha/sparc/ when done. likely a couple more hours yet
Dennis
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list