fix
This commit is contained in:
parent
4ad01219db
commit
7f0fd2c45b
4 changed files with 29 additions and 11 deletions
|
@ -68,8 +68,10 @@ pub struct GeneralConfig {
|
|||
pub mode: InstallMode,
|
||||
/// System locale
|
||||
pub locale: String,
|
||||
/// Keymap
|
||||
pub keymap: String,
|
||||
/// Keyboard Layout
|
||||
pub keyboard_layout: String,
|
||||
/// Keyboard Variant
|
||||
pub keyboard_variant: Option<String>,
|
||||
/// Timezone
|
||||
pub timezone: String,
|
||||
/// Hostname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue