Hi, I have question about kernel installation infrastructure
I don't want to compile kernel each time on client side
because of disk space and time issues. So i compile kernel once
on server side and create binary tarball via following command
# mkdir targz-pkg
After this i have linux-xxx.tar.gz (this tar include only binaries)
It was placed in to my http server. I want to install in to a client
kern = job.kernel('http://server/linux-xxx.tar.gz')
kern.build()
kern.install("autotest")
#But first command fail, but when i place tarball with full source tree
all goes fine.
How can i install already compiled kernel to a client?
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest