diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-08-10 11:50:58 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-08-10 11:50:58 +0200 |
commit | f3b09304ffca86cbc28a1e3829c253d28fdb0ce8 (patch) | |
tree | 70a03a69368e3423354c0c00028b8c6a08b86675 | |
parent | 57c4c384a3ded4998b59fc141059fa1f91087f82 (diff) |
Updates
-rw-r--r-- | chapter09/bootscripts6.xml | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/chapter09/bootscripts6.xml b/chapter09/bootscripts6.xml new file mode 100644 index 000000000..3e3d2779f --- /dev/null +++ b/chapter09/bootscripts6.xml @@ -0,0 +1,83 @@ +<?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-config-bootscripts6" role="wrap" revision="s6"> + <?dbhtml filename="bootscripts.html"?> + + <sect1info condition="script"> + <productname>bootscripts</productname> + <productnumber>&lfs-bootscripts-version;</productnumber> + <address>&lfs-bootscripts-url;</address> + </sect1info> + + <title>LFS-Bootscripts-&lfs-bootscripts-version;</title> + + <indexterm zone="ch-config-bootscripts6"> + <primary sortas="a-Bootscripts">Bootscripts</primary> + </indexterm> + + <sect2 role="package"> + <title/> + + <para>The LFS-Bootscripts package contains a set of scripts to start/stop + the LFS system at bootup/shutdown. + The configuration files and procedures needed to + customize the boot process are described in the following sections.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&lfs-bootscripts-cfg-sbu;</seg> + <seg>&lfs-bootscripts-cfg-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of LFS-Bootscripts</title> + + <para>Install the package:</para> + +<screen><userinput remap="install">make install</userinput></screen> + + </sect2> + + <sect2 id="contents-bootscripts" role="content"> + <title>Contents of LFS-Bootscripts</title> + <segmentedlist> + <segtitle>Installed scripts</segtitle> + <segtitle>Installed directories</segtitle> + + <seglistitem> + <seg>blah, ...</seg> + <seg>dir, ...</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="blah-bootscripts"> + <term><command>blah</command></term> + <listitem> + <para>Blah does something</para> + <indexterm zone="ch-config-bootscripts6 blah-bootscripts"> + <primary sortas="d-blah">blah</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> |