coreos-installer/SOURCES/enable-rdcore.patch

11 lines
337 B
Diff
Raw Permalink Normal View History

2022-11-08 06:56:00 +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-11-09 09:52:28 +00:00
[features]
2022-11-08 06:56:00 +00:00
mangen = ["clap_mangen"]
2021-11-09 09:52:28 +00:00
+default = ["rdcore"]
rdcore = []
[target."cfg(target_arch = \"s390x\")".dependencies.mbrman]
version = ">= 0.3, < 0.5"