Mateus Melchiades
Mateus Melchiades
`Progressbar` has `LightWhite` hard-coded for the progress count, which makes it impossible to read in terminals with light background. Other colors such as the progress percentage also have a hard-coded...
This PR changes the upgrade check code so that a failure in Differ doesn't cause the program to exit. Instead, it now returns a warning informing the user it failed...
Now that the installation process for Vanilla OS is (somewhat) finalized, it's a good idea to create/improve some recipe commands in Albius to replace the more complex shell items from...
Albius should be able to parse extra key-value pairs to be used as arguments when invoking `grub-install` (and perhaps also `grub-mkconfig`). This will allow us, for example, to set the...
When running an upgrade or apply operation, the lockfile remains in `/tmp` even after a reboot, which prevents running any other operation until it is manually deleted.
We should experiment with providing an option to not format the EFI partition to preserve existing installations when setting up dual boot.
When a newly created user logs in, first-setup should appear again, but with the `new-user` flag so that it only prompts for the packages they want to install. Idea: We...