parent
bc69d74ac2
commit
30e2db26ca
18 changed files with 257 additions and 337 deletions
|
@ -58,12 +58,12 @@ pub struct DriveConfig {
|
|||
pub boot: String,
|
||||
/// Root Drive Path
|
||||
pub root: String,
|
||||
/// Enable encryption on root
|
||||
pub encryption: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct GeneralConfig {
|
||||
/// Enable encryption on root
|
||||
pub encryption: bool,
|
||||
/// Presets
|
||||
pub mode: InstallMode,
|
||||
/// System locale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue