| 17 Jun 2024 |
hexa | I think it affects the ordering? | 00:00:43 |
hexa | https://github.com/nix-community/disko/blob/master/docs/table-to-gpt.md | 00:01:38 |
maralorn | Yeah, the question is whether the ordering matters. I assume that since disko mounts by label the order is completely irrelevant for mounting and only needed for partitioning. So theoretically it doesn’t even have to be deterministic. | 09:01:10 |
maralorn | I mean if it is important to me that swap definitely is after efi I can annotate it, but if I don’t care I can just use whatever disko comes up with, don’t I? | 09:02:19 |
lassulus | yes | 09:30:24 |
lassulus | it sometimes matters for the ef02 partition if you do legacy booting on gpt | 09:30:39 |
lassulus | but on my machines even that didn't matter | 09:30:49 |
maralorn | How does disko disambiguate if two partitions have the same priority? I assume it’s then basically depending on the order Nix does attrsToList? | 22:18:16 |
lassulus | Probably alphabetical | 22:45:12 |