uot; character.
On Tue, Jul 11, 2023 at 4:33 PM wrote:
> From: Dit Kozmaj
>
> Set the maxsplit value to match the expected number of variables.
> This also avoids an unnecessary split as the parameters are in the form
> 'key=value'
> and the 'value' could contain
From: Dit Kozmaj
Set the maxsplit value to match the expected number of variables.
This also avoids an unnecessary split as the parameters are in the form
'key=value'
and the 'value' could contain the '=' character.
Signed-off-by: Dit Kozmaj
---
bitbake/lib/b
From: Dit Kozmaj
Update --label and --part-name documentation to reflect the
behaviour with GPT partition format.
Signed-off-by: Dit Kozmaj
---
documentation/ref-manual/kickstart.rst | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/documentation/ref-manual
From: Dit Kozmaj
Add test for wic --part-name argument in .wks file.
Test three different cases:
- Set only the --part-name argument.
- Set only the --label argument. In this case the GPT partition label
is set to the value of --label for compatibility reasons.
- Set both. In this case the
From: Dit Kozmaj
So far part.label has been used to define GPT partition label even if
part.part_name was defined.
Fix the code to use part.part_name whenever available, as it makes sense
to have a GPT partition label which is different from the contained
filesystem label.
Signed-off-by: Dit
proposal is ok, we will patch the documentation to document that
the GPT partition label is set even when only --label is defined.
Regards
On Wed, Mar 22, 2023 at 4:54 PM wrote:
> From: Dit Kozmaj
>
> So far part.label has been used to define GPT partition label even if
> part.p
From: Dit Kozmaj
So far part.label has been used to define GPT partition label even if
part.part_name was defined.
Fix the code to use part.part_name whenever available, as it makes sense
to have a GPT partition label which is different from the contained
filesystem label.
Signed-off-by: Dit