Hi,
Can anyone help me to support PS3 on SystemInstaller by applying the following
patch which I believe is not perfect at all though?
/usr/lib/systeminstaller/SystemInstaller/Partition/IA.pm
@@ -266,6 +266,8 @@
# - detect architecture of install image
my $instarch = list_image(location => $image_dir)->arch;
$instarch =~ s/i.86/i386/;
+ # added to support ppc64-ps3
+ $instarch = "ppc64-ps3" if -d /usr/share/systemimager/boot/ppc64-ps3;
# detect version of install kernel
my $instkdir = "/usr/share/systemimager/boot/$instarch/standard";
my $kvers = kernel_version($instkdir . "/kernel");
Regards,
--
- DongInn
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sisuite-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel