source: introduction/important/bootscripts.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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="bootscripts" xreflabel="blfs-bootscripts-&blfs-bootscripts-version;" revision="sysv">
9 <?dbhtml filename="bootscripts.html"?>
10
11
12 <title>BLFS Boot Scripts</title>
13
14 <indexterm zone="bootscripts">
15 <primary sortas="a-BLFS-Bootscripts">BLFS Bootscripts</primary>
16 </indexterm>
17
18 <indexterm zone="bootscripts">
19 <primary sortas="f-AA-General-Information">General Information</primary>
20 </indexterm>
21
22 <para>The BLFS Bootscripts package contains the init
23 scripts that are used throughout the book. It is assumed that you will be
24 using the BLFS Bootscripts package in conjunction with a compatible
25 LFS-Bootscripts package. Refer to
26 <ulink url="&lfs-root;/chapter09/bootscripts.html"/> for more
27 information on the LFS-Bootscripts package.</para>
28
29 <itemizedlist spacing='compact'>
30 <title>Package Information</title>
31 <listitem>
32 <para>Download: <ulink
33 url="&sources-anduin-http;/blfs-bootscripts/blfs-bootscripts-&blfs-bootscripts-version;.tar.xz"/></para>
34 </listitem>
35 </itemizedlist>
36
37 <para>The BLFS Bootscripts package will be used throughout the BLFS book
38 for startup scripts. Unlike LFS, each init script has a separate install target
39 in the BLFS Bootscripts package. It is recommended you keep the package source
40 directory around until completion of your BLFS system. When a script is
41 requested from BLFS Bootscripts, simply change to the directory and as the
42 <systemitem class="username">root</systemitem> user, execute the given
43 <command>make install-<replaceable>&lt;init-script&gt;</replaceable></command>
44 command. This command installs the init script to its proper location (along
45 with any auxiliary configuration scripts) and also creates the appropriate
46 symlinks to start and stop the service at the appropriate run-level.</para>
47
48 <note>
49 <para>You should review each bootscript before installation to
50 ascertain that it satisfies your need. Also verify that the start and stop
51 symlinks it creates match your preferences.</para>
52 </note>
53
54 <note>
55 <para>From time to time the bootscripts are updated to accommodate
56 new packages or to make minor corrections. All versions of the
57 bootscripts are located at <ulink
58 url="&sources-anduin-http;/blfs-bootscripts/"/>.</para>
59 </note>
60
61</sect1>
Note: See TracBrowser for help on using the repository browser.