Skip to content

Commit

Permalink
doc: move serial console part to the end of the section
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Apr 6, 2017
1 parent 6a66c9b commit c64208d
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions doc/manual/overview.xml
Expand Up @@ -1481,7 +1481,24 @@ and libvirtd specification <literal>example-libvirtd.nix</literal>:
</programlisting>
</para>

<para>Finally, let's deploy it with NixOps:

<programlisting>
$ nixops create -d example-libvirtd ./example.nix ./example-libvirtd.nix
$ nixops deploy -d example-libvirtd
</programlisting>
</para>

<warning>
<para>Note that headless mode has to be turned ON for the moment in order to
avoid X permissions error currently
<link xlink:href="https://github.com/NixOS/nixops/issues/422">
known to be broken upstream</link>
</para>
</warning>

<note>

<title>Serial console:</title>
<para>If you want to access the serial console of the guest (<literal>virsh
console</literal>) we also need the following:
Expand All @@ -1504,22 +1521,6 @@ deployment.libvirtd.extraDevicesXML = ''
</para>
</note>

<para>Finally, let's deploy it with NixOps:

<programlisting>
$ nixops create -d example-libvirtd ./example.nix ./example-libvirtd.nix
$ nixops deploy -d example-libvirtd
</programlisting>
</para>

<warning>
<para>Note that headless mode has to be turned ON for the moment in order to
avoid X permissions error currently
<link xlink:href="https://github.com/NixOS/nixops/issues/422">
known to be broken upstream</link>
</para>
</warning>

</section>

<section><title>Deploying Datadog resources</title>
Expand Down

0 comments on commit c64208d

Please sign in to comment.