dalto8

Results 99 comments of dalto8

It looks like this may be fixed upstream: https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/merge_requests/259

I don't think we should create new modules. Ideally, we should automate the existing modules so we only have to maintain a single code base.

I believe those logs follow the verbosity level set when you run Calamares. If you launch Calamares with `-D8` you should get the maximum level of logging.

You don't use `groups` with `netinstall-add`. It basically takes the contents of a single group for each packagechooser item. Try removing `groups` and not have array items directly under it....

> Have you tried that? For reference, here is the config for EndeavourOS which uses netinstall-add: https://raw.githubusercontent.com/endeavouros-team/calamares/calamares/data/eos/modules/packagechooser.conf > That's not gonna fix it, no GS will be written, and a...

That is definitely how it was designed to work. It adds a group and as a result expects the yaml to be the contents of a `group`. That is what...

> documented is ... > > `- name: foo` > > but to work: > > `name: foo` It isn't actually different than what is documented. The `groups` element in...

I am not sure what the history behind this was but it doesn't look like there is any implementation built for that option. There is code to build the UI...

> If that is true, can't we just assume the user knows what he/she's doing? The user shouldn't be expected to understand the underlying implementation. At the very least, I...

> I also found that when you create more than one swap partition, all will be listed in fstab. For the existing implementation, that seems like correct behavior to me....