codefiles
codefiles
Testing done by @pschloenzke for https://github.com/openrazer/openrazer/issues/427#issuecomment-1196977743 shows that on daemon start poll rate initialization may fail. This appears to be due to successive DBus calls, set DPI followed by set...
## PR Description: - Update `list_locales()` to use `/usr/share/i18n/SUPPORTED`. - Verify locales are supported by checking against `/usr/share/i18n/SUPPORTED`. - Uncomment entries in `/etc/locale.gen` or append if an entry is not...
- This resolves: https://github.com/archlinux/archinstall/issues/1200#issuecomment-1130564952 ## PR Description: Fix occurrence of duplicate calls to `set_hostname()` and `set_locale()` by adding hostname and locales as parameters to `minimal_installation()`. ## Tests and Checks -...
Fixes #2335
Resolves #2157 - Add `_invalid_configs()` for future addition of checks for invalid configurations - Add Install (n config(s) invalid) to the install text when an invalid configuration is detected -...
Fixes #2293
The logic in the code below will cause the partition table to be written to disk and the operating system kernel to be informed on each iteration of the for...
Move the development message to motd. Move archinstall build from zprofile to a script. Create a service that is enabled on boot to run the script. Wait for completion of...