mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
zapCreateMount: stop mdraids
This commit is contained in:
parent
7a4c85b53e
commit
6bbdafce48
2 changed files with 8 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ in {
|
|||
${types.diskoLib.mount cfg.devices}
|
||||
'';
|
||||
|
||||
system.build.disko = pkgs.writers.writeDash "disko" ''
|
||||
system.build.disko = pkgs.writers.writeBash "disko" ''
|
||||
export PATH=${lib.makeBinPath (types.diskoLib.packages cfg.devices pkgs)}
|
||||
${types.diskoLib.zapCreateMount cfg.devices}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue