| |
@@ -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",
|
| |
These are PV storage drivers for vmware/hyperv.
See https://pagure.io/atomic-wg/issue/417