mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Updates
This commit is contained in:
parent
804c3e5c58
commit
ba62edf4b0
@ -108,6 +108,7 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="s6.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="s6-rc.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="s6-init.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="s6-utils.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutdebug.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
|
||||
|
104
chapter08/s6-utils.xml
Normal file
104
chapter08/s6-utils.xml
Normal file
@ -0,0 +1,104 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||
%general-entities;
|
||||
]>
|
||||
|
||||
<sect1 id="ch-system-s6-utils" role="wrap" revision="s6">
|
||||
<?dbhtml filename="s6-utils.html"?>
|
||||
|
||||
<sect1info condition="script">
|
||||
<productname>s6-utils</productname>
|
||||
<productnumber>&s6-utils-version;</productnumber>
|
||||
<address>&s6-utils-url;</address>
|
||||
</sect1info>
|
||||
|
||||
<title>s6-utils-&s6-utils-version;</title>
|
||||
|
||||
<indexterm zone="ch-system-s6-utils">
|
||||
<primary sortas="a-s6-utils">s6-utils</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title/>
|
||||
|
||||
<para>s6-linux-init is a set of minimalistic tools used to
|
||||
create a s6-based init system, including a /sbin/init binary,
|
||||
on a Linux kernel.</para>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>&buildtime;</segtitle>
|
||||
<segtitle>&diskspace;</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>&s6-utils-fin-sbu;</seg>
|
||||
<seg>&s6-utils-fin-du;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of s6-linux-utils</title>
|
||||
|
||||
<para>Prepare s6-utils for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||
|
||||
<!--
|
||||
<variablelist>
|
||||
<title>The meaning of the configure options:</title>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--skeldir=/etc/s6-linux-init/skel</parameter></term>
|
||||
<listitem>
|
||||
<para>Set directory where to store essential files for the init process</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
-->
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput remap="make">make</userinput></screen>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="contents-s6-utils" role="content">
|
||||
<title>Contents of s6-utils</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed programs</segtitle>
|
||||
<segtitle>Installed libraries</segtitle>
|
||||
<segtitle>Installed directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>s6-utils-x, s6-utils-y, s6-utils-z, ...</seg>
|
||||
<seg>libx, liby, libz ...</seg>
|
||||
<seg>dirx, diry, dirz ...</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="s6-utils-x">
|
||||
<term><command>s6-utils-x</command></term>
|
||||
<listitem>
|
||||
<para>Is used to blah blah</para>
|
||||
<indexterm zone="ch-system-s6-utils s6-utils-x">
|
||||
<primary sortas="b-s6-utils-x">s6-utils-x</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
10
packages.ent
10
packages.ent
@ -664,6 +664,16 @@
|
||||
<!ENTITY s6-init-fin-du "9999 MB">
|
||||
<!ENTITY s6-init-fin-sbu "9999 SBU">
|
||||
|
||||
<!ENTITY s6-utils-version "2.6.0.0"><!-- S6 init -->
|
||||
<!ENTITY s6-utils-size "9999 KB">
|
||||
<!ENTITY s6-utils-url "https://skarnet.org/software/s6-linux-utils/s6-linux-utils-&s6-utils-version;.tar.gz">
|
||||
<!ENTITY s6-utils-md5 "5f7c1722badf34128003c57491253e6e">
|
||||
<!ENTITY s6-utils-home "https://skarnet.org/software/s6-linux-utils/">
|
||||
<!ENTITY s6-utils-tmp-du "9999 MB">
|
||||
<!ENTITY s6-utils-tmp-sbu "9999 SBU">
|
||||
<!ENTITY s6-utils-fin-du "9999 MB">
|
||||
<!ENTITY s6-utils-fin-sbu "9999 SBU">
|
||||
|
||||
<!ENTITY sed-version "4.8">
|
||||
<!ENTITY sed-size "1,317 KB">
|
||||
<!ENTITY sed-url "&gnu;sed/sed-&sed-version;.tar.xz">
|
||||
|
Loading…
Reference in New Issue
Block a user