Ignore:
Timestamp:
08/10/2022 10:00:57 AM (21 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
s6-init
Children:
ba62edf
Parents:
2e9ba9d
Message:

Set the skeleton dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/s6-init.xml

    r2e9ba9d r804c3e5  
    4444    <para>Prepare s6-init for compilation:</para>
    4545
    46 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     46<screen><userinput remap="configure">./configure --prefix=/usr \
     47            --skeldir=/etc/s6-linux-init/skel</userinput></screen>
    4748
    48 <!--
    4949    <variablelist>
    5050      <title>The meaning of the configure options:</title>
    5151
    5252      <varlistentry>
    53         <term><parameter>- -blah=blubb</parameter></term>
     53        <term><parameter>--skeldir=/etc/s6-linux-init/skel</parameter></term>
    5454        <listitem>
    55           <para>blah blah</para>
     55          <para>Set directory where to store essential files for the init process</para>
    5656        </listitem>
    5757      </varlistentry>
    5858    </variablelist>
    59 -->
    6059
    6160    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.