codefiles
codefiles
@HanM23 > Indeed, either we use /efi (new style) or /boot/efi (old style) as esp partition, grub.cfg, grubenv, fonts, locales and so on should not be in this partition. >...
Right. It can be done, it just is not there yet.
> Maybe it's a mount ordering issue? @AmionSky, that is what it is. From the log you provided: ``` Starting installation Mounting partitions in order Mounting /dev/nvme0n1p1: mount /dev/nvme0n1p1 /mnt/archinstall/boot...
Looks like the regex `^#\\[.*testing.*\\]$` will match the new testing repositories `[core-testing]` and `[extra-testing]`, which are replacing `[testing]`, and so no changes would be needed. Let us see. ```python import...
With the logic built in a way to match both `#[testing]` and `#[community-testing]` as well as `#[multilib-testing]` when `enable_multilib_testing` is `True`, it will also catch `#[core-testing]` and `#[extra-testing]` and uncomment...
The `pacman.conf` has been updated in the git packages repository. https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/e0929b97e8363ba9eff51b53072a4b9dbda46c80 https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/blob/main/pacman.conf
> I think we need to split it from one selection to multiple to match upstream arch though. There is nothing that needs to be split. Either both _core-testing_ and...
What you are attempting is not supported by archinstall. See https://github.com/archlinux/archinstall/issues/2428#issuecomment-2044045229
The official Arch Linux installation image utilizes the Linux console and Calamares does not have support for that, does it?
This can be closed, see 5689d4f