mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
lib.makeDiskImages: also execute postVM
This commit is contained in:
parent
fbfd7567c2
commit
d48930701c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ in
|
|||
pure = pkgs.vmTools.runInLinuxVM (pkgs.runCommand name
|
||||
{
|
||||
buildInputs = dependencies;
|
||||
inherit preVM QEMU_OPTS;
|
||||
inherit preVM postVM QEMU_OPTS;
|
||||
memSize = 1024;
|
||||
}
|
||||
(partitioner + installer));
|
||||
|
|
Loading…
Reference in a new issue