Hi,

I just realized that systeminstaller-oscar-2.3.6-1 included in OSCAR does not 
seem to support ppc/ppc64 for PS3.

Can you please update the Partition.pm file with my following patch?

--- Partition.pm        2007-11-10 15:51:51.000000000 -0700
+++ Partition.pm        2007-11-10 15:51:28.000000000 -0700
@@ -308,7 +308,7 @@
         }
 
        &verbose("Determining which routine to call based on architecture.");
-       if ($image->arch =~ /^(i.86|ia64|x86_64)$/) {
+       if ($image->arch =~ /^(i.86|ia64|x86_64|ppc|ppc64)$/) {
                if 
(&SystemInstaller::Partition::IA::create_partition_file($image->location,%DISKS))
 {                        return 1;                }


Regards,

-- 
- DongInn

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to