Skip to content

Commit

Permalink
install: Remove unused/commented argument
Browse files Browse the repository at this point in the history
We'll handle this another way.
  • Loading branch information
cgwalters committed Mar 18, 2024
1 parent bae7e0d commit b810359
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ pub(crate) struct InstallConfigOpts {
#[serde(default)]
pub(crate) disable_selinux: bool,

// Only occupy at most this much space (if no units are provided, GB is assumed).
// Using this option reserves space for partitions created dynamically on the
// next boot, or by subsequent tools.
// pub(crate) size: Option<String>,
#[clap(long)]
/// Add a kernel argument
karg: Option<Vec<String>>,
Expand Down

0 comments on commit b810359

Please sign in to comment.