mirror of
https://github.com/nix-community/disko.git
synced 2024-11-09 20:02:37 +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
|
pure = pkgs.vmTools.runInLinuxVM (pkgs.runCommand name
|
||||||
{
|
{
|
||||||
buildInputs = dependencies;
|
buildInputs = dependencies;
|
||||||
inherit preVM QEMU_OPTS;
|
inherit preVM postVM QEMU_OPTS;
|
||||||
memSize = 1024;
|
memSize = 1024;
|
||||||
}
|
}
|
||||||
(partitioner + installer));
|
(partitioner + installer));
|
||||||
|
Loading…
Reference in New Issue
Block a user