Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emulate "localectl list-locales" in Live ISO build (#1219)
## Problem - The generated `/etc/agama.d/locales` file in Live ISO is empty - The build log contains "System has not been booted with systemd as init system (PID 1). Can't operate." error message ## Solution - Unfortunately `localectl` insists on running systemd as PID 1 so it cannot be used here 😟 - But it does a pretty trivial thing so I have re-implemented that in shell ## Testing - Tested manually, I'm getting the same output as running `localectl list-locales` in my system
- Loading branch information