mirror of
https://github.com/nix-community/disko.git
synced 2026-01-14 18:28:45 +01:00
fixes device groups, for example where the disko config given looks like: label = "fast.dev1"; after formatting, the device has a literal label of "fast.dev1" which breaks bcachefs device groups: echo fast > /sys/fs/bcachefs/<id>/options/foreground_target gives the error Invalid argument, echo fast.dev1 fails as well echo "\"fast\"" fails the same, however echo "\"fast.dev1\"" succeeds after this, device labels and groups work as expected and any component of the label can be used for a *_target |
||
|---|---|---|
| .. | ||
| types | ||
| binfmt.nix | ||
| default.nix | ||
| interactive-vm.nix | ||
| make-disk-image.nix | ||
| tests.nix | ||