From a099ca45054940b63b1615920de158ebafb25ea8 Mon Sep 17 00:00:00 2001 From: Mikey Ariel Date: Sun, 24 Aug 2014 19:18:18 +0200 Subject: Chunk NixOS manual [Squashed commits to make git blame etc. more likely to work. -ED] --- nixos/doc/manual/development/testing-installer.xml | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 nixos/doc/manual/development/testing-installer.xml (limited to 'nixos/doc/manual/development/testing-installer.xml') diff --git a/nixos/doc/manual/development/testing-installer.xml b/nixos/doc/manual/development/testing-installer.xml new file mode 100644 index 000000000000..87e40e326171 --- /dev/null +++ b/nixos/doc/manual/development/testing-installer.xml @@ -0,0 +1,27 @@ + + +Testing the Installer + +Building, burning, and booting from an installation CD is rather +tedious, so here is a quick way to see if the installer works +properly: + + +$ nix-build -A config.system.build.nixos-install +$ mount -t tmpfs none /mnt +$ ./result/bin/nixos-install + +To start a login shell in the new NixOS installation in +/mnt: + + +$ ./result/bin/nixos-install --chroot + + + + + \ No newline at end of file -- cgit 1.4.1