Bugzilla – Attachment #94889: yast2-storage.amiga.cyl1.patch for bug #141461
y2milestone( "corrected end from %lu to max %lu", end, maxc );
end = maxc;
}
if( start==0 && label == "mac" )
if( start==0 && (label == "mac" || label == "amiga") )
start = 1;
cmd_line << start << " " << end;
if( execCheckFailed( cmd_line.str() ) )