Yep, you're absolutey right. A closer inspection of the source revealed
this:
case disk_type_diag:
case disk_type_unknown:
error_reason("Unsupported disk type (%s)",
disk_get_type_name(info->type));
disk_free_info(info);
close(fd);
free(filename);
return -1;
}
If you folks want it, I'll look into it further.
Leland
> -----Original Message-----
> From: Ferguson, Neale [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 31, 2003 10:09 AM
> To: [EMAIL PROTECTED]
> Subject: Re: While I'm on the subject of patches...
>
>
> I thought it (zipl) just printed a message that it wasn't supported.
>
> -----Original Message-----
> Actually, looks like the 1.2.0 version of s390-tools does
> have full support
> for it. I haven't tried it though as I'm still on the 1.1.x series.
> (Waiting for "multiboot" support in the 1.2.x series.)
>
> Leland
>