aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2018-10-22 16:50:25 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-08 16:02:40 +0000
commitd9a931204abf1831b11d28de6425de938dbf014c (patch)
tree66d7362a98753258eb67d16640a33ea205ea60a3
parent99716520d4cf093d42f5a93cac73964ceffc6b4e (diff)
downloadmkinitfs-d9a931204abf1831b11d28de6425de938dbf014c.tar.bz2
mkinitfs-d9a931204abf1831b11d28de6425de938dbf014c.tar.xz
add xenpci feature
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.
-rw-r--r--Makefile1
-rw-r--r--features.d/xenpci.modules1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0fa7efd..15ebfdd 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ CONF_FILES := mkinitfs.conf \
features.d/ubifs.modules \
features.d/usb.modules \
features.d/virtio.modules \
+ features.d/xenpci.modules \
features.d/xfs.files \
features.d/xfs.modules \
features.d/zfs.files \
diff --git a/features.d/xenpci.modules b/features.d/xenpci.modules
new file mode 100644
index 0000000..73c212c
--- /dev/null
+++ b/features.d/xenpci.modules
@@ -0,0 +1 @@
+kernel/drivers/pci/xen-pcifront.ko