|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: Xen4 on Debian Lenny - Migration completed
Hello,
That's right. By default, install.sh is copied into dist directory only
if you execute make dist (or make world).
First time I compiled Xen, I used this command.
I figured after that make dist build kernels I do not need, so finally
used only make xen and make tools.
Concerning check directory, this is only used to check for required libs
while installaling Xen on Dom0.
If you follow my Howto, you shoud not have to install more libs, so you
can adapt install.sh so that it does not requires check dir.
Another solution is to adapt Makefile creating a custom target which
will only build what you need.
Regards,
JB
On 27/04/2010 17:49, JP P wrote:
Le mardi 27 avril 2010 à 15:50 +0200, Jean Baptiste FAVRE a écrit :
Hello olivier,
That's right, install.sh is not in dist directory.
But you can find it in xen root dir.
Then move it into dist directory before building archive. It should do
the trick
Regards,
JB
I had the same problem, but after copying "install.sh" in the right
place it complains about the "check" directory not present. I had to
copy a "check" directory from another place.
Regards
JPP
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|