Bugzilla – Attachment #99625: yast2-storage.amiga.pegasos.default.patch for bug #141461
ret = "sun";
else if( Storage::arch()=="ppc" && Storage::isPPCMac() )
ret = "mac";
else if( Storage::arch()=="ppc" && Storage::isPPCPegasos() )
ret = "amiga";
y2milestone( "ret:%s", ret.c_str() );
return( ret );
}