Index: trunk/ChameleonPrefPane/Sources/PartitionInfoElement.mm =================================================================== --- trunk/ChameleonPrefPane/Sources/PartitionInfoElement.mm (revision 464) +++ trunk/ChameleonPrefPane/Sources/PartitionInfoElement.mm (revision 465) @@ -67,7 +67,7 @@ withString:@""] stringByReplacingOccurrencesOfString:@"%20" withString:@" "]; NSString *cmdCham = [self cmdInfoForFile: @"boot" - withFilter: @"s!^Darwin/x86 boot.+(Chameleon.+)!\\1!p" + withFilter: @"s!^Darwin/x86 boot v.+\\ -\\ (.+)!\\1!p" withPath: path]; NSString *cmdDarwin = [self cmdInfoForFile: @"mach_kernel" withFilter: @"s!^(Darwin Kernel Version.+)(\\: .*$)!\\1!p"