disko | 366 Members | |
| disko - declarative disk partitioning - https://github.com/nix-community/disko | 93 Servers |
| Sender | Message | Time |
|---|---|---|
| 1 Apr 2024 | ||
| also, i was confused to see this feature named "format" though you recommend it to not format my disk | 19:22:22 | |
| ah, yeah,I actually check if there is already a partition table and skip creating any partition if that is the case | 19:41:45 | |
| I will fix that tomorrow | 19:41:49 | |
| 3 Apr 2024 | ||
| 00:10:29 | ||
| 4 Apr 2024 | ||
| 10:16:08 | ||
In reply to @perchun:matrix.org I did it!
basically I [just modified script, produced by | 16:06:43 | |
In reply to @perchun:matrix.org* I did it!
basically I [just modified script](https://gist.github.com/PerchunPak/94a54415887c3a0a89c00a875c4cd204), produced by | 16:06:50 | |
| * I did it!
basically I just modified script, produced by | 16:07:10 | |
| hmm, didn't the disko command wipe your other partitions? | 16:09:21 | |
| it does, i just removed that part from script generated by disko https://gist.github.com/PerchunPak/94a54415887c3a0a89c00a875c4cd204#file-disko-patch-L8-L11 | 16:10:12 | |
| ah ok | 16:10:23 | |
| yeah thats a way to do it | 16:10:28 | |
| 5 Apr 2024 | ||
| 04:23:38 | ||
| 6 Apr 2024 | ||
| Hey, is there a way to use disko on the config.system.build.vm Attribute in a testflake? | 19:25:20 | |
* Hey, is there a way to use disko on the config.system.build.vm Attribute in a testflake? | 19:25:31 | |
| what do you want to do? | 19:33:40 | |
| there is sadly no way to have your disk configuration in the nixos generated vm config | 19:33:57 | |
lassulus: does config.system.build.vm not have extendModules ? | 19:38:13 | |
| oh yeah looks like it might now | 19:38:41 | |
| * oh yeah looks like it might not | 19:38:44 | |
would be cool to put that in passtrhu | 19:38:56 | |
* would be cool to put that in passthru | 19:38:59 | |
In reply to @lassulus:lassul.usthat's what I wanted to do | 19:52:13 | |
| 7 Apr 2024 | ||
| Btw, I don't know if it is intended, but this command returns exit code 0 when partition exists https://github.com/nix-community/disko/blob/0a17298c0d96190ef3be729d594ba202b9c53beb/lib/types/gpt.nix#L158 Should I open an issue on GitHub? | 10:00:59 | |
| hmm, what is the problem? | 10:02:55 | |
| ah maybe an ! is missing | 10:04:51 | |
| but not sure how it even gets to that point, since it will skip the whole if statement if a table exists on line 156 | 10:06:21 | |
| I am not familiar with the code, but this line has 3 possible states (from my understanding) - partition table does not exist - partition does not exist - partition exists In bottom two sgdisk exits with 0 code, but in first with some other (don't remember exactly). Though if partition table doesn't exist, it will be created on top of the script | 10:06:40 | |
| but not sure there is a scenario where a partition table does not exist but a partition? | 10:07:33 | |
| either way, the code doesn't do whats intended :) | 10:07:46 | |