Cargo Features
coreos-installer has no features set by default.
[dependencies]
coreos-installer = { version = "0.23.0", features = ["rdcore", "docgen"] }
- rdcore
-
rdcore is only useful inside the initrd of a CoreOS system
Required by the rdcore binary
- docgen
-
Enables clap_mangen and string of clap
clap:
Allow runtime generated strings
Affects
cmdline::PackManConfig
,cmdline::PackExampleConfigConfig
…