|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] modules dependency file
Hi, try:-
touch /lib/modules/2.6.12-1.1387_FC4xenU/modules.dep
This will create an empty file then do:-
depmod -a
This should get you up and running if you are in the guest domain.
If you are trying to make an initrd in dom0 and get a complaint about
your modules.dep file, do the touch command and leave the depmod
command. Then you can issue the command to make the initrd...you'll get
no complaints then.
Hope that helps...
Jonny
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|