From 508371ffecd9c878698f8c1561aae3435bfacc1e Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mar 07 2018 22:41:33 +0000 Subject: add a few modules to initramfs to enable vmw/hyperv These are PV storage drivers for vmware/hyperv. See https://pagure.io/atomic-wg/issue/417 --- diff --git a/fedora-atomic-host.json b/fedora-atomic-host.json index b89b88f..3d9852d 100644 --- a/fedora-atomic-host.json +++ b/fedora-atomic-host.json @@ -11,7 +11,9 @@ "automatic_version_prefix": "29", "mutate-os-release": "29", - "initramfs-args": ["--no-hostonly", "--add", "iscsi"], + "initramfs-args": ["--no-hostonly", "--add", "iscsi", + "--add-drivers", "vmw_pvscsi", + "--add-drivers", "hv_storvsc"], "boot_location": "new", "install-langs-comment": "Keep this in sync with treecompose-post.sh",