Skip to content

Commit a0fcfe2

Browse files
committed
install: Remove unused/commented argument
We'll handle this another way. Signed-off-by: Colin Walters <[email protected]>
1 parent bae7e0d commit a0fcfe2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/install.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ pub(crate) struct InstallConfigOpts {
133133
#[serde(default)]
134134
pub(crate) disable_selinux: bool,
135135

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>,
140136
#[clap(long)]
141137
/// Add a kernel argument
142138
karg: Option<Vec<String>>,

0 commit comments

Comments
 (0)