[Thincrust-devel] [PATCH] added self.modules to include additional modules in ramdisk

Bryan Kearney bkearney at redhat.com
Tue Jan 13 16:28:34 UTC 2009


David Huff wrote:
> Bryan Kearney wrote:
>> David Huff wrote:
>>> ---
>>>  appcreate/appliance.py |   14 ++++++++++++--
>>>  1 files changed, 12 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/appcreate/appliance.py b/appcreate/appliance.py
>>> index 59611f9..2a5d3f8 100644
>>> --- a/appcreate/appliance.py
>>> +++ b/appcreate/appliance.py
>>> @@ -54,13 +54,18 @@ class ApplianceImageCreator(ImageCreator):
>>>          self.__imgdir = None
>>>          self.__disks = {}
>>>          self.__disk_format = disk_format
>>> +        +        #appliance parameters          self.vmem = vmem
>>>          self.vcpu = vcpu
>>>          self.checksum = False
>>>          self.appliance_version = None
>>>          self.appliance_release = None
>>> -        #self.getsource = False
>>> -        #self.listpkg = False
>>> +        +        #additional modules to include   +        
>>> self.modules = ["sym53c8xx", "aic7xxx", "mptspi"]
>>> +        #kickstart.get_modules only in livecd-tools >= 020
>>> +        #self.__modules.extend(kickstart.get_modules(self.ks))
>> These are still commented out?
>>
> 
> They are commented out in the F-9 and F-10 branch but not the devel or 
> rawhide branch.  When the F-10 livedcd applies the patches I will 
> uncomment, however I doubt these changes will make it into F-9.
> 
> -D
> 
> _______________________________________________
> Thincrust-devel mailing list
> Thincrust-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/thincrust-devel
Any news from katzj on the next release of livecd tools?

-- bk




More information about the Thincrust-devel mailing list