archinstall
archinstall copied to clipboard
Arch Linux installer - guided, templates etc.
I've installed this month's ISO with _archinstall_ script and when it boots up it quickly presents a message: `error: file '/grub/locale/C.gmo' not found.` and boots up just fine without issues....
I somehow doubt that this is the desired behavior? Certainly caused me some issues after I installed a 32-bit package with lots of dependencies. ;P Luckily it wasn't hard to...
The script appends two `en_US.UTF-8 UTF-8` at the end of `/etc/locale.gen`.
This is a followup of PR #1377 (which it of course, includes) I decided for two different PR as i think this one could be a bit more controversial and...
Some changes to how mypy is applied: - We're now excluding files to be checked by mypy instead of including them explicitly, which means that all new files will have...
When setting up a user account with no password (leaving the password field blank), archinstall crashes. I am using the latest arch ISO (07.01). I'm going to set a password...
As pointed out in #137 in comment https://github.com/archlinux/archinstall/issues/137#issuecomment-1086801464. When archinstall creates a encryption key which it uses to encrypt a secondary volume, the password is seen in plain text in...
two small enhacements to script execution. 1) Ability to be invoked directly without the need of using the `-m archinstall` . Also, in PyCharm and Kdevelop at least i managed...
*Updated 21th of July* Code is ready to be tested and bugs and new features/checks are kindly accepted. There are slight changes at the UI from what is shown the...
Hello everyone, I found a bug which is doesn't changing disk if you already choose one. How to reproduce: - Select disk - Select another one - And on install/pratition...