Anton Hvornum

Results 56 issues of Anton Hvornum

This PR mainly aims to conform with Arch's best practices surrounding PKGBUILD's. * Adding `check()` hook for future test suit - https://wiki.archlinux.org/title/Creating_packages#check() * Converted license def to match SPDX -...

Ran a install, `dd` the disk without unmounting (my mistake). When running archinstall again the disk is left mounted. Maybe we forgot `umount -R`? Not super critical but worth looking...

I aborted a BTRFS installation halfway through setting up the btrfs, and re-started the installation and: ![screenshot](https://github.com/archlinux/archinstall/assets/861439/4ea576ed-9055-4cf2-84f5-9175ecfd2ba0)

Before release, note to self, don't forget to hide this: ![rec](https://github.com/archlinux/archinstall/assets/861439/9560b694-84d9-4974-af98-f494e4564216)

Hi. Could we get a new **pip** release that targets `Python 3.12.3` or at least `>=3.12`? It's the latest stable and the current pip release does not allow for targeting...

Add support for multiple translations for the installer. Perhaps a language button at the top right corner or something similar?

feature

Things can crash in the background and the user won't know about it. Adding a notification message early in the catch logic would at least send something to the user...

bug
feature

Currently, users can skip a step manually by clicking around in the left hand menu. `required` steps will ping pong back the user to the first required step by traversing...

feature

https://wiki.archlinux.org/index.php/Dm-crypt/Specialties This is IMO something the main line OS should take care of and enable more and more. But as things go, this is usually up to individual users and...

feature

Currently, worker only supports one dependency in its argument. Having multiple might be beneficial at the same time, using key-words for dependencies would be good. For instance `'formatting'` would check...

feature