[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Hiding PCI devices with modprobe.d
Daniel,
On Mon, Jun 17, 2013 at 5:25 AM, Daniel Shub <Daniel.Shub@xxxxxxxxxxxxxxxx> wrote:
I'm also using Arch Linux, with xen-4.2.2. The way I tackled this problem is moved the loading of xen-pciback into the initrd, so that it would load before any of the other modules. In order to do this, edit your /etc/mkinitcpio.conf and make the following changes: * Add 'xen-pciback' into the MODULES array. This will make sure that the module is included in the initrd. * Add 'modconf' into the 'HOOKS' array . This will make sure that all the files in /etc/modprobe.d/ get included in the initrd. The only other thing I did was use the same name as the module for my modprobe.d file: $ cat /etc/modprobe.d/xen-pciback.conf options xen-pciback hide=(0000:06:00.1)(0000:06:00.0)(0000:00:12.2)(0000:00:12.0) Regards, David _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |