disko/lib
Mitch Fossen d74db625a5 remove quotes from --label creation for bcachefs
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
2025-06-05 18:16:20 +00:00
..
types remove quotes from --label creation for bcachefs 2025-06-05 18:16:20 +00:00
binfmt.nix treewide: format all files 2025-02-15 10:08:56 +00:00
default.nix Fix _destroy 2025-05-08 09:13:14 +00:00
interactive-vm.nix interactive-vm: use disk.imageName instead of .name 2025-04-02 12:57:47 +00:00
make-disk-image.nix diskoImagesScript: unset NIX_REMOTE 2025-05-08 09:07:26 +00:00
tests.nix treewide: format all files 2025-02-15 10:08:56 +00:00