mirror of
https://github.com/nix-community/disko.git
synced 2024-11-09 00:04:18 +03:00
lib.makeDiskImages: also execute postVM
This commit is contained in:
parent
fbfd7567c2
commit
d48930701c
@ -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 New Issue
Block a user