https://bugzilla.novell.com/show_bug.cgi?id=223872 Summary: correct board_chrp matching for pegasos Product: openSUSE 10.2 Version: RC 2 Platform: PowerPC OS/Version: Linux Status: NEW Severity: Major Priority: P5 - None Component: YaST2 AssignedTo: yast2-maintainers@suse.de ReportedBy: olh@novell.com QAContact: jsrain@novell.com 10.2rc2 major screwup on my side. yast2/library/modules/Arch.ycp:board_compatible() Read(.probe.system) does return system:'CHRP' even for pegasos. As a result, _board_compatible will become "CHRP", not nil. The new code will not run in this case. _board_compatible must be "Pegasos" on exit, not "CHRP". Will add a patch. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.