This commit is contained in:
JMARyA 2024-12-27 23:50:42 +01:00
parent 44a88c9584
commit dfd249094f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 264 additions and 33 deletions

View file

@ -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