update
This commit is contained in:
parent
44a88c9584
commit
dfd249094f
3 changed files with 264 additions and 33 deletions
src
|
@ -25,6 +25,12 @@ pub struct GeneralConfig {
|
|||
pub mode: InstallMode,
|
||||
/// System locale
|
||||
pub locale: String,
|
||||
/// Keymap
|
||||
pub keymap: String,
|
||||
/// Timezone
|
||||
pub timezone: String,
|
||||
/// Hostname
|
||||
pub hostname: String,
|
||||
/// Packages to install
|
||||
pub pkg: Vec<String>,
|
||||
/// Enable libvirt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue