On Tue, Oct 13, 2020 at 05:38:37PM -0400, Jason Mitchell wrote: > (I was doing this as a test). It seems as if sysinst is using 'gpt > label' where it should use 'gpt type'. If you take the original command > substitute 'type' for 'label':
Good catch - copy & pasto from the code that modifies the label string; I just fixed it. Martin