mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 05:09:24 +01:00
Set the skeleton dir
This commit is contained in:
parent
2e9ba9d96c
commit
804c3e5c58
@ -43,20 +43,19 @@
|
|||||||
|
|
||||||
<para>Prepare s6-init for compilation:</para>
|
<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>
|
<variablelist>
|
||||||
<title>The meaning of the configure options:</title>
|
<title>The meaning of the configure options:</title>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>- -blah=blubb</parameter></term>
|
<term><parameter>--skeldir=/etc/s6-linux-init/skel</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>blah blah</para>
|
<para>Set directory where to store essential files for the init process</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
-->
|
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user