On 10/13/09 08:17, Dave Miner wrote:
> Jack Schwartz wrote:
>> Hi Sarah and Evan.
>>
>> On 10/13/09 06:44, Sarah Jelinek wrote:
>>> Hi Evan,
>>>
>>> Looks ok. I do have a question:
>>>
>>> Why do we have this check:
>>>> if ((self.LIVECD_INSTALL) or (self.AUTO_INSTALL)):
>>>> 365 self.AUTOHOME = BASEDIR + AUTOHOME
>>>> 366 else:
>>>> 367 self.AUTOHOME = AUTOHOME
>>>> 368
>>>
>>> In ict.py?
>>>
>>> And, what happens when we add the text installer product? Don't we
>>> have to modify this to include a check for that?
>> Text-install image does introduce a third type here. I'll address
>> this as part of the text-installer modification (part of the
>> text-mode-menu work I've got for Driver Update).
>>
>
> I think the real question is why this is attempting to differentiate
> at all. In what situations would this ever be called that BASEDIR
> shouldn't be prepended?
Sorry, I jumped the gun on this one... My answer was more general.
Only that I will be introducing a third image type for text installer.
So far I was planning on using it in live-fs-root, to guide setup more
appropriately for text-mode images. If it is needed elsewhere it can be
used; not sure it is needed here.
Thanks,
Jack
>
> Dave