Jing CDL Sun wrote:
> Hi, Andrea:
> 
> I think my solutin is not correct because when I ran si_prepareclient,
> SIS still find the initrd_template from
> "usr/share/systemiamger/boot/ppc64/standard".
> so I have modified reversely, could you tell me how to fix the problem I
> mentioned below? I think the target directory should be
> /usr/share/systemimager/boot/ppc64/standard
> 
You could try with the following patch. What's the output of `uname -m`
in your machine?

Regards,
-Andrea

Index: Makefile
===================================================================
--- Makefile    (revision 3775)
+++ Makefile    (working copy)
@@ -128,10 +128,6 @@
         USERSPACE64 := 1
 endif

-ifneq ($(BUILD_ARCH),)
-       ARCH := $(BUILD_ARCH)
-endif
-
 #
 # To be used by "make" for rules that can take it!
 NCPUS := $(shell egrep -c '^processor' /proc/cpuinfo )

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to