disko | 352 Members | |
| disko - declarative disk partitioning - https://github.com/nix-community/disko | 87 Servers |
| Sender | Message | Time |
|---|---|---|
| 20 May 2024 | ||
| but this part of the build never arrives unless I increase the memory size | 09:40:51 | |
though the "Cannot allocate memory" errors come from cp.. actually. | 09:41:18 | |
The bootloader install is probably calling cp, | 09:41:38 | |
* The bootloader install is probably calling cp | 09:41:40 | |
| 09:41:58 | |
| 21 May 2024 | ||
| 04:34:19 | ||
| lassulus: any comments on https://github.com/nix-community/disko/pull/643 ? | 11:31:00 | |
| I didn't really think it's worth setting up a boolean, since it passes all the tests and I can't yet imagine a use-case where you'd want to disable EFI, especially given that legacy types are not supported in disko properly anymore | 11:31:46 | |
| 11:37:13 | ||
| thanks for the merge :D | 11:42:14 | |
| 22 May 2024 | ||
| 10:05:06 | ||
| I'm interested into trying
| 10:06:36 | |
| I answered in nixos-anywhere, but I can also answer here | 10:16:49 | |
| I was a bit busy, I wil try to fix the multi disk stuff in general at some point. But not sure when I will have the time for that. I guess we could merge the encryption part without the multidisk part. I have no idea about subvolumes, but a new PR could be a good idea, just remind me every now and then to look at it :) | 10:17:18 | |
In reply to @lassulus:lassul.usOh I saw it too late, let's keep the discussion here then :) Frankly I'm not particularly interested into subvolumes, which to my understanding are useful only for snapshots. I can try to rebase the first PR and see if everything works if you want. | 10:28:31 | |
Nevermind, I don't think it can be easily rebased. It looks like in master you are using the filesystem type while the PR added a new custom type. | 10:31:16 | |
Probably one could get encryption by simply setting extraArgs = [ "--encrypted" ] | 10:32:15 | |
At least if you are interested into using a passphrase, I tried yesterday to imperatively format a disk with --encrypted and it interactively asked a passphrase | 10:34:15 | |
| If this works do you want that I change the example to make it use encryption/adding another example? | 10:35:27 | |
| * If this works do you want that I change the example to make it use encryption/add another example? | 10:35:33 | |
| hmm, then the test would need some way to input the passphrase | 10:35:46 | |
| maybe we can add a passwordFile option? | 10:36:08 | |
| To filesystem type? | 10:36:36 | |
| to the bcachefs type I thought | 10:36:50 | |
In master there is no bcachefs type. It simply uses the filesystem type setting type = "bcachefs" | 10:37:53 | |
| ah, yeah for encryption we probably need a custom type | 10:38:07 | |
| So adding an extra type like in the first PR is ok for you? | 10:38:40 | |
| Even if it doesn't implement the multi devices scenario? | 10:39:16 | |
| * To the filesystem type? | 10:39:41 | |
| yes, that is ok for now | 10:39:45 | |