Implement auto detection of encrypted root devices (fix #21)
This commit is contained in:
@@ -66,10 +66,6 @@ pub struct ChrootCommand {
|
||||
#[structopt(parse(from_os_str))]
|
||||
pub block_device: PathBuf,
|
||||
|
||||
/// Open an encrypted root partition
|
||||
#[structopt(short = "e", long = "encrypted-root")]
|
||||
pub encrypted_root: bool,
|
||||
|
||||
/// Optional command to run
|
||||
#[structopt()]
|
||||
pub command: Vec<String>,
|
||||
|
||||
Reference in New Issue
Block a user