|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen and megaraid Drivers CentOS 4
Andrew Turnbull wrote:
Which files do I need to copy to the /boot ?
You should be able to do 'make install' which we (re)install xen. linux
kernels, tools, libraries etc... This should be safe unless you've done
any tailoring since your original install (e.g. editing stuff in
/etc/xen {any new files you've added won't be touched}).
If you just want to update the kernel image then you can do this by hand:
cp $MY_XEN_TREE/dist/install/boot/vmlinuz-2.6.11.10-xen0 /boot
Modules can be installed by :
cp -a $MY_XEN_TREE/dist/install/lib/modules/2.6.11.10-xen0 /lib/modules
(having first removed the existing /lib/modules/2.6.11.10-xen0 diretory)
James
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|