linutil
linutil copied to clipboard
Added vconsole & locale update
Pull Request
Title
Adding update to vconsole and locale.conf.
Type of Change
- [ ] New feature
- [x] Bug fix
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Hotfix
- [ ] Security patch
- [ ] UI/UX improvement
Description
Adding update to vconsole and locale.conf. By default, regardless if user picks a different Keymap it will revert to en_US. This update will fix that.
Testing
Tested fairly extensively over multiple installs on VMs.
Impact
Issue related to PR
Additional Information
It will save some headache for users that might be confused why their keymap isn't set correctly.
Checklist
- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my own code.
- [x] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [x] My changes generate no errors/warnings/merge conflicts.