mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01:00
Merge pull request #177 from SuperSandro2000/lvm-mountless-disks
lvm_vg: allow putting unmounted disks into lvm
This commit is contained in:
commit
e8650fc36b
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
vgchange -a y
|
vgchange -a y
|
||||||
${lib.concatMapStrings (x: x.dev or "") (lib.attrValues lvMounts)}
|
${lib.concatMapStrings (x: x.dev or "") (lib.attrValues lvMounts)}
|
||||||
'';
|
'';
|
||||||
fs = lvMounts.fs;
|
fs = lvMounts.fs or { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
_config = lib.mkOption {
|
_config = lib.mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue