mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
5cd0959daa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
48 lines
2.0 KiB
XML
48 lines
2.0 KiB
XML
<?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;
|
|
]>
|
|
|
|
<sect1 id="intro-important-bootscripts" xreflabel="blfs-bootscripts-&blfs-bootscripts-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="bootscripts.html"?>
|
|
<title><acronym>BLFS</acronym> Boot Scripts</title>
|
|
|
|
<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
|
|
information on the lfs-bootscripts package.</para>
|
|
|
|
|
|
<itemizedlist spacing='compact'>
|
|
<title>Package information</title>
|
|
<listitem><para>Download: <ulink url="&blfs-bootscripts-download;"/></para></listitem>
|
|
</itemizedlist>
|
|
|
|
|
|
<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 and execute the given
|
|
<command>make install-<init-script></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>
|
|
|
|
<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>
|
|
|
|
</sect1>
|