disko | 362 Members | |
| disko - declarative disk partitioning - https://github.com/nix-community/disko | 93 Servers |
| Sender | Message | Time |
|---|---|---|
| 14 Aug 2024 | ||
| * Hi all. Is there a way to ensure a certain disk is processed first in a disko configuration? I have a detached-header LUKS setup that encrypts my internal disks and writes their headers to an USB device. Disko does encrypt both devices, but it processes the USB last, and it does so by deleting the headers and repartitioning. Is there a way to ensure it formats the USB before installing the headers?
| 21:20:39 | |
| * Hi all. Is there a way to ensure a certain disk is processed first in a disko configuration? I have a detached-header LUKS setup that encrypts my internal disks and writes their headers to an USB device. Disko does encrypt both devices, but it processes the USB last, and it does so by deleting the headers and repartitioning. Is there a way to ensure it formats the USB before installing the headers?
| 21:20:49 | |
| So, the priority option doesn't seem to reorder disk partitioning, only the partition creation order. | 21:22:24 | |
| actually, it might not be a partitioning issue, just some disk weirdness: | 21:50:31 | |
Download IMG_0596.png | 21:50:41 | |
| i'm using this disko configuration: | 21:55:12 | |
| Download partitioning.nix | 21:55:18 | |
| Something is up with | 22:20:47 | |
| * Something is up with | 22:20:56 | |
| 16 Aug 2024 | ||
| 02:06:20 | ||
| 17 Aug 2024 | ||
| 08:27:42 | ||
| oops, I'm in this channel and forgot it existed | 22:23:52 | |
is anyone here having success testing disko installation on using --test-vm on macOS? | 22:25:11 | |
| 18 Aug 2024 | ||
* is anyone here having success testing disko installation on using --vm-test on macOS? | 00:17:15 | |
| ok so I guess what I want to happen is for when I run But right now that test lives inside the which sucks because that doesn't have any working qemu accelerators other than | 00:26:46 | |
| * ok so I guess what I want to happen is for when I run But right now that test lives inside the which sucks because that doesn't have any working qemu accelerators other than | 00:26:53 | |
| for now I'm doing my local testing a little more manually, with some customized install media that mounts the repo containing my NixOS config using a VirtFS share if I can figure it out, though, would moving | 17:00:19 | |
| * for now I'm doing my local testing a little more manually, with some customized install media that mounts the repo containing my NixOS config using a VirtFS share and includes if I can figure it out, though, would moving | 17:00:51 | |
| * for now I'm doing my local testing a little more manually, with some customized install media that mounts the repo containing my NixOS config using a VirtFS share and includes if I can figure it out, though, would moving | 17:01:40 | |
| 21:48:15 | ||
| 19 Aug 2024 | ||
| (Hopefully) quick question: How does disko handle changes to the disk-configuration of a running system? From my understanding, the partitioning/formatting is only done when actually executing disko (which shouldn't be done automatically by e.g., nixos-rebuild). But is the generated filesystem config stable enough for it to handle it? (It's using /disk/by-partuuid as far as I understood so it should be okay?) Or are there any destructive (inter)actions by/through disko that I need to be aware of for productive usage? :) | 09:37:03 | |
| 20:19:21 | ||
| Hi! I'm using disko for partitioning, with btrfs subvolumes on luks. Now I manually created a new subvoume, and added it to the disko config. But after rebuilding, it wasn't added to fstab for some reason, and doesn't get mounted. Is there some catch that I could be missing there? | 20:33:24 | |
| hard to say without the config, but in theory it should get mounted if you add it there | 20:42:03 | |
| 20 Aug 2024 | ||
| lassulus: https://github.com/nix-community/disko/pull/740 | 09:22:31 | |
| dunno how this was missed | 09:22:33 | |
| just nobody using it I guess | 09:22:56 | |
| the format is called f2fs-tools? | 09:23:08 | |
| oops | 09:23:47 | |
| it passed the vm test though | 09:24:02 | |