2004-06-10 10:40:59 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2004-05-14 14:52:08 +08:00
|
|
|
<sect1 id="intro-important-bootscripts" xreflabel="blfs-bootscripts-&blfs-bootscripts-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-07 03:04:28 +08:00
|
|
|
<?dbhtml filename="bootscripts.html"?>
|
2004-05-14 14:52:08 +08:00
|
|
|
<title><acronym>BLFS</acronym> Boot Scripts</title>
|
2005-01-20 06:38:21 +08:00
|
|
|
<indexterm zone="intro-important-bootscripts">
|
|
|
|
<primary sortas="a-BLFS-Bootscripts">BLFS Bootscripts</primary></indexterm>
|
|
|
|
<indexterm zone="intro-important-bootscripts">
|
|
|
|
<primary sortas="f-AA-General-Information">General Information</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<para>The <acronym>BLFS</acronym> Bootscripts package contains the init
|
|
|
|
scripts that are used throughout the book. It is assumed that you will be
|
|
|
|
using the blfs-bootscripts package in conjuction with a compatible
|
|
|
|
lfs-bootscripts package. Refer to
|
|
|
|
<ulink url="&lfs-root;/chapter07/bootscripts.html"/> for more
|
2004-03-26 13:27:38 +08:00
|
|
|
information on the lfs-bootscripts package.</para>
|
|
|
|
|
2004-05-14 14:52:08 +08:00
|
|
|
<itemizedlist spacing='compact'>
|
2004-05-14 19:41:26 +08:00
|
|
|
<title>Package information</title>
|
2005-01-20 06:38:21 +08:00
|
|
|
<listitem><para>Download: <ulink url="&blfs-bootscripts-download;"/></para>
|
|
|
|
</listitem>
|
2004-05-14 14:52:08 +08:00
|
|
|
</itemizedlist>
|
2004-05-14 19:41:26 +08:00
|
|
|
|
2005-01-20 06:38:21 +08:00
|
|
|
<para>The blfs-bootscripts package will be used throughout the
|
|
|
|
<acronym>BLFS</acronym> book for startup scripts. Unlike
|
|
|
|
<acronym>LFS</acronym>, each init script has a separate install target in the
|
|
|
|
blfs-bootscripts package. It is recomended you keep the package source
|
|
|
|
directory around until completion of your <acronym>BLFS</acronym> system. When
|
|
|
|
a script is requested from blfs-bootscripts, simply change to the directory
|
2005-01-31 01:59:50 +08:00
|
|
|
and as the root user, execute the given
|
2005-01-20 06:38:21 +08:00
|
|
|
<command>make install-<replaceable>[init-script]</replaceable></command>
|
|
|
|
command. This command installs the init script to its proper location (along
|
|
|
|
with any auxillary configuration scripts) and also creates the appropriate
|
|
|
|
symlinks to start and stop the service at the appropriate run-level.</para>
|
2004-03-22 03:27:22 +08:00
|
|
|
|
2004-03-22 15:42:22 +08:00
|
|
|
<note><para>It is advisable to peruse each bootscript before installation to
|
|
|
|
ascertain that it satisfies your need. Also verify that the start and stop
|
|
|
|
symlinks it creates match your preferences.</para></note>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect1>
|