We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae7e0d commit a0fcfe2Copy full SHA for a0fcfe2
lib/src/install.rs
@@ -133,10 +133,6 @@ pub(crate) struct InstallConfigOpts {
133
#[serde(default)]
134
pub(crate) disable_selinux: bool,
135
136
- // Only occupy at most this much space (if no units are provided, GB is assumed).
137
- // Using this option reserves space for partitions created dynamically on the
138
- // next boot, or by subsequent tools.
139
- // pub(crate) size: Option<String>,
140
#[clap(long)]
141
/// Add a kernel argument
142
karg: Option<Vec<String>>,
0 commit comments