Docs: init section Demo in chapter Profiles

This commit is contained in:
David Izquierdo 2018-10-25 10:17:31 +02:00
parent e6445abe64
commit 40f2cdb302
2 changed files with 14 additions and 0 deletions

View file

@ -28,4 +28,5 @@
<xi:include href="profiles/all-hardware.xml" />
<xi:include href="profiles/base.xml" />
<xi:include href="profiles/clone-config.xml" />
<xi:include href="profiles/demo.xml" />
</chapter>

View file

@ -0,0 +1,13 @@
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-profile-demo">
<title>Demo</title>
<para>
This profile just enables a "demo" user, with password "demo", uid 1000, wheel
group and <link linkend="opt-services.xserver.displayManager.sddm.autoLogin">
autologin in the SDDM display manager</link>.
</para>
</section>