archinstall
archinstall copied to clipboard
Arch Linux installer - guided, templates etc.
Mainly for future prep, when we start using external dependencies. This should at least give us a basic safety check against some known issues. I might have misunderstood DependencyCheck support...
While it is not a must have feature,I think it'd be a nice to have snapper config working out of the box.
This is just a small evaluation of a code formatting tool called [Ruff](https://github.com/charliermarsh/ruff)
``` Could not strap in packages: ['/usr/bin/pacstrap', C, etc/pacman.conf", -, mnt/archinstall'. xorg-server', 'xorg-xinit' nesa, libua-intel-driver Intel-media-driver. lkan-intel',noconfirm'3 exited with abnormal exit code [1]: b'--> Creating install root at /mnt/archinstall) Installing...
I tried to start archinstall after pacman -Syy and it says "File "usr/bin/archinstall", line 5, in from archinstall import run_as_a_module ModuleNotFoundError: No module named 'archinstall'"
- This fix issue: #2277 ## PR Description: Increase the default root partition size following these rules: 10% of the total disk size, from 20GiB up to 50GiB maximum ##...
Manual Partitioning failed on b8052c5. [install.log](https://github.com/archlinux/archinstall/files/15139144/install.log) There is no problem on v2.8.0.
- This fix issue: Adds essential applications. ## PR Description: - polkit-kde-agent, grim and slurp are essential applications required for Hyprland. - These are also listed in `archinstall/archinstall/default_profiles/desktops/sway.py`. - Wiki...
- This fix issue: none ## PR Description: Removes `plasma-workspace` from the explicitly installed packages in the Plasma profile. #2386 replaced `plasma-wayland-session` with `plasma-workspace` but it was already a dependency...
This fixes #2479 The `PartitionModification` class contained a `part_info` field that is not compatible for `deepcopy` and therefore the error. It seems that this field isn't actually used anywhere and...