archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Arch Linux installer - guided, templates etc.

Results 386 archinstall issues
Sort by recently updated
recently updated
newest added

In light of https://github.com/charliermarsh/ruff/issues/1904#issuecomment-1470946322 I'm intrigued to evaluate Ruff as a code formatter. It looks like it could combat some of my quarrels with https://github.com/archlinux/archinstall/pull/997 *(Linked with issue https://github.com/archlinux/archinstall/issues/872)*. Specifically...

Currently I have a custom arch install script that contains the following ```python mode = archinstall.GPT if archinstall.has_uefi() is False: mode = archinstall.MBR with archinstall.Filesystem(harddrive, mode) as fs: # We...

https://archlinux.org/packages/extra/x86_64/power-profiles-daemon/ I think it's a necessary thing, of course it's up to the developers.

Hi, I'm new to Arch linux! I am trying to installing the latest arch linux with `archinstall` in my PC these days. After successfully logining into the desktop Arch, I...

I don't think simply printing the help page should require root privilege. Or am I missing something? ## How to reproduce Run `archinstall --help` as a normal user. ## Expected...

Like title. To reproduce: 1) download latest iso from archlinux.org 2) start archinstall 3) configure everything from top to bottom 4) save both configs to /root/ for example 5) quit...

The past few times I've installed with ArchInstall, I designated my `/home` partition to be encrypted, but the script doesn't appear to follow that instruction. My system boots completely as...

I'm not a current user, but looking at potentially using archinstall to speed up installation in the future. I would like it if arch install supported formatting nvme drives with...

- This fix issue: N/A ## PR Description: After installation is complete, user may want to edit `/etc/mkinitcpio.conf` at will and may encounter a mismatch between the default configuration examples...

Currently the installer only enables `systemd-resolved` if the network configuration is set to "manual": https://github.com/archlinux/archinstall/blob/6524ada7622957fc2e18e41e5f965385e8f1020b/archinstall/lib/models/network_configuration.py#L139-L144 This enables DNS caching on manual, but if i select `NetworkManager` it does not enable...