nix-scripts/artiq-fast/wfvm
Sebastien Bourdeauducq 768d38db46 wfvm: remove installation 'settling' nonsense
Corruption was caused by the VM being killed instead of cleanly shut down.
2020-06-14 16:47:55 +08:00
..
bundle add wfvm 2020-06-13 18:57:50 +08:00
layers wfvm: reorganize 2020-06-14 12:23:22 +08:00
openssh add wfvm 2020-06-13 18:57:50 +08:00
README.md wfvm: reorganize 2020-06-14 12:23:22 +08:00
autounattend.nix add wfvm 2020-06-13 18:57:50 +08:00
default.nix wfvm: reorganize 2020-06-14 12:23:22 +08:00
demo-image.nix wfvm: reorganize 2020-06-14 12:23:22 +08:00
install.nix add wfvm 2020-06-13 18:57:50 +08:00
manual-test-run.nix add wfvm 2020-06-13 18:57:50 +08:00
pkgs.nix add wfvm 2020-06-13 18:57:50 +08:00
qemu.nix wfvm: remove duplicated SSH code 2020-06-13 18:57:50 +08:00
run-test.nix add wfvm 2020-06-13 18:57:50 +08:00
win.nix wfvm: remove installation 'settling' nonsense 2020-06-14 16:47:55 +08:00

README.md

Preparation steps

Install a Windows image

  1. Adjust demo-image.nix accordingly
  2. Run:

If in impure mode

nix-build demo-image.nix
./result

Results in a file called c.img

If in pure mode

nix-build demo-image.nix
ls -la ./result

Results in a symlink to the image in the nix store

Impure/pure mode

Sometimes it can be useful to build the image outside of the Nix sandbox for debugging purposes.

For this purpose we have an attribute called impureMode which outputs the shell script used by Nix inside the sandbox to build the image.