archinstall
archinstall copied to clipboard
Arch Linux installer - guided, templates etc.
Something that has gotten "lost in translation" is the ability to freely input things into fields like the mirrors, profiles and probably some other ones. I'd like to petition that...
It would be convenient if the desktop profiles offered the ability to choose a display manager. Currently that is locked in to the profiles, even even tho post-configuration can be...
I had to add French language in panel configuration and modify file .config/plasma-localerc LANG=fr_FR.UTF-8 (default US)
If `espeakup` or `orca` is present on the ISO, prepend all the options in menu listings with an index. And enable quick actions (not sure how we can make this...
If `espeakup` or `orca` is present on the ISO and activated. Filter out unfriendly profiles might be an idea, given on a github comment. The idea is that only a...
Hello, and sorry for the trouble opening another issue. I didn't mean saving the changes to the disk, per se. I mean that, when selecting the disk distribution in order...
This PR adds several pytest tests. All tested locally and works but doesn't work on Github runners (due to container usage). Need to bypass issue https://github.com/moby/moby/issues/27886 And a good way...
Reference: * https://sfconservancy.org/news/2020/jun/23/gitbranchname/
Attempting to run `sudo archinstall` from an FDE Arch Linux USB thumbdrive. FDE thumbdrive setup/layout: ``` sdb 8:16 1 119.5G 0 disk ├─sdb1 8:17 1 190M 0 part /boot/EFI └─sdb2...
It would appear that all user passwords are stored in plaintext in file `/var/log/archinstall/user_credentials.json`. Which is accessible to any user on the system (mode=644). ``` # ls -l /var/log/archinstall/user_credentials.json -rw-r--r--...