update
This commit is contained in:
parent
d6042bc2e1
commit
44a88c9584
6 changed files with 228 additions and 167 deletions
|
@ -23,10 +23,14 @@ pub struct GeneralConfig {
|
|||
pub encryption: bool,
|
||||
/// Presets
|
||||
pub mode: InstallMode,
|
||||
// System locale
|
||||
/// System locale
|
||||
pub locale: String,
|
||||
// Packages to install
|
||||
/// Packages to install
|
||||
pub pkg: Vec<String>,
|
||||
/// Enable libvirt
|
||||
pub virtualization: bool,
|
||||
/// Enable docker
|
||||
pub docker: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue