mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
add zapCreateMount script for idempodents install from iso/kexec
This commit is contained in:
parent
417ad31ca5
commit
9cf4f170ae
4 changed files with 28 additions and 2 deletions
2
cli.nix
2
cli.nix
|
|
@ -16,6 +16,8 @@ let
|
|||
disko.createScript diskFormat pkgs
|
||||
else if (mode == "mount") then
|
||||
disko.mountScript diskFormat pkgs
|
||||
else if (mode = "zap_create_mount") then
|
||||
disko.zapCreateMount diskFormat pkgs
|
||||
else
|
||||
builtins.abort "invalid mode"
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue