-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Kind/BugSomething isn't workingSomething isn't workingReviewed/ConfirmedIssue has been confirmedIssue has been confirmed
Description
Prerequisites
- I have searched existing and closed issues
What version are you using?
n/a
Expected behavior
The Debian preseed should set the system's locale and timezone according to the user's preference.
Actual behavior
Currently these are hard-coded as GB values.
Describe the issue
d-i debian-installer/locale string en_GB.UTF-8
d-i keyboard-configuration/variant select British English
d-i keyboard-configuration/xkb-keymap select gb
d-i time/zone string Europe/London
Any additional notes
We can either change these value dynamically (like we do with the public SSH key), or we simply remove these lines and let the user manually select them during the Debian installer process.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Kind/BugSomething isn't workingSomething isn't workingReviewed/ConfirmedIssue has been confirmedIssue has been confirmed
Projects
Status
Ready