Anton Hvornum

Results 462 comments of Anton Hvornum

> Or am I misunderstanding this? You have the same line twice, not complaining that UTF-8 is in the line twice? Please clarify. I think we have a small glitch,...

I think I know where the issue comes from, and that is the locale chooser shows two options for most locales, it's the standard `de_DE` and the `de_DE.UTF-8` for some...

@codefiles That could be a good way forward. The only reason why we have it the way we do is because prior to having a search friendly menu there was...

@grazzolini I just finished up a bunch of other issues that caused issues during the installation process. So from today and onwards fixing this should be trivial. I can wrap...

I've submitted a patch for this, it's probably not going to be 100% but it should solve the immediate issues users are facing, which is that we gave "actual" values...

I think this PR is ready to go in. I'll leave it open for a few hours for people to take a gander :)

We're aware, but it would require additional logic and we should handle these in a context and not directly. This should be a bit easier to deal with now that...

> So just to confirm, even by doing manual partitioning and mounting at /mnt, installing Arch on LVM is not possible using archinstall, correct? > > Update: Sorry just saw...

We'll correct that part, but for now save the chosen config and do: ``` # archinstall --config /path/config.json --disk-layout /path/disks.json --creds /path/creds.json --silent ``` That should bypass the requisits that...

> > ``` > > # --disk-layout /path/disks.json > > ``` > > but I don't have a disk layout json file for this! I only have a mount point...