From b810359a11f19dff979593321fb3d28680c5b86d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 17 Mar 2024 20:10:31 -0400 Subject: [PATCH] install: Remove unused/commented argument We'll handle this another way. --- lib/src/install.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/src/install.rs b/lib/src/install.rs index 59d7d19a1..ff77971af 100644 --- a/lib/src/install.rs +++ b/lib/src/install.rs @@ -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, #[clap(long)] /// Add a kernel argument karg: Option>,