Skip to content

add xenpci feature

Carlo Landmeter requested to merge github/fork/HRio/xen-driver-domain into master

Created by: HRio

Add a xenpci feature needed for xen driver domains that needs PCI devices already in initramfs.

This is for instance needed for a xen storage driver domain hosting its rootfs on a pci passthrough SAS controller.

Example /etc/mkinitfs/mkinitfs.conf for a storage driver domain (after this change) with rootfs on md+lvm (/boot provided by dom0)

features="ata base ide scsi usb virtio ext4 xenpci lvm raid"

Merge request reports