| 23 May 2025 |
horyzon7 | so, concretely, I need to use a label = “…”; for each partition.
also, how does my ESP partition overflow into my other partitions? the only way that I can think of is if end = is inclusive (rather than exclusive), which would be weird.
so you’re saying that both start= and end= are inclusive?
| 18:30:01 |
horyzon7 | I say its weird because this how we make the partitions according to the nixos manual
mkpart ESP fat32 1MB 512MB
mkpart root ext4 512MB -8GB
mkpart swap linux-swap -8GB 100% | 18:31:29 |
horyzon7 | so I quite literally just attempted copying that | 18:31:40 |
lassulus | yes, they are sadly inclusive, not sure why sgdisk was built that way :D | 18:33:05 |
lassulus | thats why I usually leave start empty, because 0 will pick the next empty space | 18:33:32 |
horyzon7 | ah so its sgdisk’s fault. alright, thanks! | 18:33:52 |
lassulus | I thought about different ways to fix that in disko, but nothing good comes to mind, maybe there is a way to do a 1 block addition in the specification? but on my last search I didn't find anything | 18:35:05 |
| 24 May 2025 |
| sss joined the room. | 13:01:58 |
| row joined the room. | 14:28:29 |
| crabby-rathbun changed their display name from Mena, AR to SS Bullshit Dreams. | 17:25:10 |