Jack,
Jack Schwartz wrote:
> On 01/12/09 11:18, William Schumann wrote:...
>>> --- disk_slices.c:
>>>
> OK, but...
> Just checking: do you need to set use_whole_partition_for_slice_0 to
> True in this case (line ~579+), for something in the future to know what
> was done?
>
Yes, that variable is used to instruct TI to do the default target
operation, which is to use the entire partition or disk for slice 0.
>>> --- perform_slim_install.c
>>>
>>> 508: Just curious: how come the slice ID in the call to
>>> prepare_zfs_root_pool_attrs here is hardwired to zero?
>>>
>>>
>> Because in the TI release target case, the slice ID is ignored.
>>
> OK. Please add an item in the prepare_zfs_root_pool_attrs header (line
> 2263+) about the purpose and use of slice_id. If it is ignored in
> certain cases, please state that.
>
Done.
William