ISO#
The package python-pywal was removed from the Arch Linux Extra package repository. We replaced it for
python-pywal16 on the AUR which is a drop in replacement for the configuration. We also dropped python-colorthief.
For systemd services, we removed the flag system from the package lists and created a dedicated services file that has the complete list of services to enable during the installation.
What’s Changed#
- Readme created in pull request 15
- Removed pywal and colorthief from base packages and added pywal16 to packages in pull request 19
- Made a distinct file for systemd services in pull request 17
Installer#
We solved a few bugs that we caught:
- systemd-resolved not being enabled during installation. This brought major internet speed slowdowns on things like Steam downloads
- Passwords containing $ were taken as environment variables. The installer now escapes the $.
What’s Changed#
- Readme created in pull request 108
- Enabled systemd-resolved which was not enabled by default in pull request 111
- Fixed $ sign bug in passwords in pull request 110
