source: chapter09/bootscripts6.xml@ 5497725

s6-init
Last change on this file since 5497725 was 5497725, checked in by Thomas Trepl (Moody) <thomas@…>, 20 months ago

Updates...

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-config-bootscripts6" role="wrap" revision="s6">
9 <?dbhtml filename="bootscripts.html"?>
10
11 <sect1info condition="script">
12 <productname>bootscripts</productname>
13 <productnumber>&lfs-bootscripts-version;</productnumber>
14 <address>&lfs-bootscripts-url;</address>
15 </sect1info>
16
17 <title>LFS-Bootscripts-&lfs-bootscripts-version;</title>
18
19 <indexterm zone="ch-config-bootscripts6">
20 <primary sortas="a-Bootscripts">Bootscripts</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The LFS-Bootscripts package contains a set of scripts to start/stop
27 the LFS system at bootup/shutdown.
28 The configuration files and procedures needed to
29 customize the boot process are described in the following sections.</para>
30
31 <segmentedlist>
32 <segtitle>&buildtime;</segtitle>
33 <segtitle>&diskspace;</segtitle>
34
35 <seglistitem>
36 <seg>&lfs-bootscripts-cfg-sbu;</seg>
37 <seg>&lfs-bootscripts-cfg-du;</seg>
38 </seglistitem>
39 </segmentedlist>
40
41 </sect2>
42
43 <sect2 role="installation">
44 <title>Installation of LFS-Bootscripts</title>
45
46 <para>Install the package:</para>
47
48<screen><userinput remap="install">make install-s6</userinput></screen>
49
50 </sect2>
51
52 <sect2 id="contents-bootscripts" role="content">
53 <title>Contents of LFS-Bootscripts</title>
54 <segmentedlist>
55 <segtitle>Installed scripts</segtitle>
56 <segtitle>Installed directories</segtitle>
57
58 <seglistitem>
59 <seg>blah, ...</seg>
60 <seg>dir, ...</seg>
61 </seglistitem>
62 </segmentedlist>
63
64 <variablelist>
65 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
66 <?dbfo list-presentation="list"?>
67 <?dbhtml list-presentation="table"?>
68
69 <varlistentry id="blah-bootscripts">
70 <term><command>blah</command></term>
71 <listitem>
72 <para>Blah does something</para>
73 <indexterm zone="ch-config-bootscripts6 blah-bootscripts">
74 <primary sortas="d-blah">blah</primary>
75 </indexterm>
76 </listitem>
77 </varlistentry>
78
79 </variablelist>
80
81 </sect2>
82
83</sect1>
Note: See TracBrowser for help on using the repository browser.