rust-coreos-installer/enable-rdcore.patch
Sohan Kunkerkar 68cede387b Resolves: rhbz#2021611
- 0.11.0
- Fix inadvertent inclusion of coreos-installer-dracut in -bootinfra
2021-12-15 15:55:05 -05:00

11 lines
312 B
Diff

--- coreos-installer-0.11.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ coreos-installer-0.11.0/Cargo.toml 2021-12-15T20:13:31.152703+00:00
@@ -139,6 +139,7 @@
version = "^1.0"
[features]
+default = ["rdcore"]
rdcore = []
[target."cfg(target_arch = \"s390x\")".dependencies.mbrman]
version = ">= 0.3, < 0.5"