Anton Hvornum

Results 462 comments of Anton Hvornum

Heh, I think I've seen this in the wild as well. Relevant upstream issue: https://bugs.archlinux.org/task/68704 Thread on solving it: https://forum.garudalinux.org/t/trying-to-boot-with-intel-vmd-enabled/4774/3 Excerpt here: > Add the module vmd to the `MODULES`...

Thanks! That helps a lot! Unfortunately I had hoped that the type would show up as something other than `disk` since it behaves *slightly* different, just like a raid would....

I can write a parser for that, and build up a driver list and do `"vmd" in BlockDevice.drivers` :) Thanks, I think I'll go with the `udevadm` route. I don't...

I can agree that we could leverage the already existing: https://github.com/archlinux/archinstall/blob/a748f3fba04e771a3c18e66efcd2cf48b42c778e/archinstall/lib/hardware.py#L183-L188 And detect if it's a vm, and add a menu item allowing users to opt in or out of...

Interesting, I'll have a gander at this :) Would this solve https://github.com/pypa/flit/issues/509? :)

Let me check some things first, especially around packaging :)

This looks great! It's a breaking change as it will break all existing configurations (which is fine), so I'd like to propose that we postpone merging this (when you feel...

> However, i am very much in favor of providing a deprecated warning (also introduced in users) to inform that this will go away. This way we'll clean up this...

`localedef` was a new one for me. Looks really good. I'll try to run a few tests in a day or so and merge this in :)

@codefiles There's really no reason for it no. *Long answer:* `minimal_installation()` didn't even set those before, it only did the **bare** minimum to get something up and running. Setting a...