Add NixOS Manual build instructions to itself.
This commit is contained in:
parent
aa150f5aea
commit
d28c85886f
|
@ -355,13 +355,31 @@ $ mount -o loop -t iso9660 ./result/iso/cd.iso /mnt/iso</screen>
|
|||
</section>
|
||||
|
||||
|
||||
<!--===============================================================-->
|
||||
|
||||
<section>
|
||||
|
||||
<title>Testing/building the NixOS Manual</title>
|
||||
|
||||
<para>A quick way to see if your documentation improvements
|
||||
or option descriptions look good:
|
||||
|
||||
<screen>
|
||||
$ nix-build -A config.system.build.manual</screen>
|
||||
|
||||
</para>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<!--===============================================================-->
|
||||
|
||||
<section>
|
||||
|
||||
<title>Testing the installer</title>
|
||||
|
||||
<para>Building, burning, and booting from an installation CD is rather
|
||||
<para>Building, burning, and
|
||||
booting from an installation CD is rather
|
||||
tedious, so here is a quick way to see if the installer works
|
||||
properly:
|
||||
|
||||
|
@ -378,6 +396,7 @@ $ ./result/bin/nixos-install</screen>
|
|||
</section>
|
||||
|
||||
|
||||
|
||||
<!--===============================================================-->
|
||||
|
||||
<section>
|
||||
|
|
Loading…
Reference in New Issue