coreos-installer/SOURCES/enable-rdcore.patch

11 lines
337 B
Diff
Raw Normal View History

2022-09-27 11:47:25 +00:00
--- coreos-installer-0.15.0/Cargo.toml.old 2022-06-30 14:41:55.017099085 -0400
+++ coreos-installer-0.15.0/Cargo.toml 2022-06-30 14:44:20.754046186 -0400
@@ -156,6 +156,7 @@
2021-10-05 14:44:18 +00:00
[features]
2022-09-27 11:47:25 +00:00
mangen = ["clap_mangen"]
2021-10-05 14:44:18 +00:00
+default = ["rdcore"]
rdcore = []
[target."cfg(target_arch = \"s390x\")".dependencies.mbrman]
version = ">= 0.3, < 0.5"