|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] /lib/modules...
Tim Post wrote:
On Sat, 2007-02-24 at 13:02 -0800, Kraska, Joe A (US SSA) wrote:
Traversing over into /lib/modules on the dom0, I find a likely
looking directory that matches my
domU’s kernel, and I get it ftp’d over to the dom0.
You mean over to the dom-u, right?
from dom-0 I usually just mount the image and :
cp -dpR /lib/modules/2.x.x.x-xenU /mnt/guestfs/lib/modules
"cp -a" is easier and better because it duplicates symlinks and hardlinks
correctly. This doesn't matter so much for kernel modules, but can matter
for more intricate directories.
If you want the directories to match exactly, "rsync -avH --delete" is even
better.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|