Set the skeleton dir

This commit is contained in:
Thomas Trepl (Moody) 2022-08-10 12:00:57 +02:00
parent 2e9ba9d96c
commit 804c3e5c58

View File

@ -43,20 +43,19 @@
<para>Prepare s6-init for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
<screen><userinput remap="configure">./configure --prefix=/usr \
--skeldir=/etc/s6-linux-init/skel</userinput></screen>
<!--
<variablelist>
<title>The meaning of the configure options:</title>
<varlistentry>
<term><parameter>- -blah=blubb</parameter></term>
<term><parameter>--skeldir=/etc/s6-linux-init/skel</parameter></term>
<listitem>
<para>blah blah</para>
<para>Set directory where to store essential files for the init process</para>
</listitem>
</varlistentry>
</variablelist>
-->
<para>Compile the package:</para>