Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust/agama-server/src/l10n/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ impl L10n {
"--locale",
self.locales.first().unwrap_or(&"en_US.UTF-8".to_string()),
"--keymap",
&self.keymap.to_string(),
&self.keymap.dashed(),
"--timezone",
&self.timezone,
])
Expand Down
6 changes: 6 additions & 0 deletions rust/package/agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 28 07:13:17 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Use the "dashed" form of the keymap identifier when calling
systemd-firstboot (bsc#1236174).

-------------------------------------------------------------------
Fri Jan 24 09:33:31 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down