nixos manual: move preface into own file
This commit is contained in:
parent
227dff4e70
commit
d727754d9a
2 changed files with 30 additions and 26 deletions
|
@ -8,32 +8,7 @@
|
||||||
<subtitle>Version <xi:include href="./generated/version" parse="text" />
|
<subtitle>Version <xi:include href="./generated/version" parse="text" />
|
||||||
</subtitle>
|
</subtitle>
|
||||||
</info>
|
</info>
|
||||||
<preface xml:id="preface">
|
<xi:include href="preface.xml" />
|
||||||
<title>Preface</title>
|
|
||||||
<para>
|
|
||||||
This manual describes how to install, use and extend NixOS, a Linux
|
|
||||||
distribution based on the purely functional package management system Nix.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
If you encounter problems, please report them on the
|
|
||||||
<literal
|
|
||||||
xlink:href="https://discourse.nixos.org">Discourse</literal> or
|
|
||||||
on the <link
|
|
||||||
xlink:href="irc://irc.freenode.net/#nixos">
|
|
||||||
<literal>#nixos</literal> channel on Freenode</link>. Bugs should be
|
|
||||||
reported in
|
|
||||||
<link
|
|
||||||
xlink:href="https://github.com/NixOS/nixpkgs/issues">NixOS’
|
|
||||||
GitHub issue tracker</link>.
|
|
||||||
</para>
|
|
||||||
<note>
|
|
||||||
<para>
|
|
||||||
Commands prefixed with <literal>#</literal> have to be run as root, either
|
|
||||||
requiring to login as root user or temporarily switching to it using
|
|
||||||
<literal>sudo</literal> for example.
|
|
||||||
</para>
|
|
||||||
</note>
|
|
||||||
</preface>
|
|
||||||
<xi:include href="installation/installation.xml" />
|
<xi:include href="installation/installation.xml" />
|
||||||
<xi:include href="configuration/configuration.xml" />
|
<xi:include href="configuration/configuration.xml" />
|
||||||
<xi:include href="administration/running.xml" />
|
<xi:include href="administration/running.xml" />
|
||||||
|
|
29
nixos/doc/manual/preface.xml
Normal file
29
nixos/doc/manual/preface.xml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
<preface xmlns="http://docbook.org/ns/docbook"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xml:id="preface">
|
||||||
|
<title>Preface</title>
|
||||||
|
<para>
|
||||||
|
This manual describes how to install, use and extend NixOS, a Linux
|
||||||
|
distribution based on the purely functional package management system
|
||||||
|
<link xlink:href="https://nixos.org/nix">Nix</link>.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
If you encounter problems, please report them on the
|
||||||
|
<literal
|
||||||
|
xlink:href="https://discourse.nixos.org">Discourse</literal> or
|
||||||
|
on the <link
|
||||||
|
xlink:href="irc://irc.freenode.net/#nixos">
|
||||||
|
<literal>#nixos</literal> channel on Freenode</link>. Bugs should be
|
||||||
|
reported in
|
||||||
|
<link
|
||||||
|
xlink:href="https://github.com/NixOS/nixpkgs/issues">NixOS’
|
||||||
|
GitHub issue tracker</link>.
|
||||||
|
</para>
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
Commands prefixed with <literal>#</literal> have to be run as root, either
|
||||||
|
requiring to login as root user or temporarily switching to it using
|
||||||
|
<literal>sudo</literal> for example.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
</preface>
|
Loading…
Reference in a new issue