source: introduction/important/bootscripts.xml@ 1251eb31

12.1 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 1251eb31 was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 6 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[4122007]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[f852e706]8<sect1 id="bootscripts" xreflabel="blfs-bootscripts-&blfs-bootscripts-version;" revision="sysv">
[2625724e]9 <?dbhtml filename="bootscripts.html"?>
10
11
12 <title>BLFS Boot Scripts</title>
13
[5254d12]14 <indexterm zone="bootscripts">
[2625724e]15 <primary sortas="a-BLFS-Bootscripts">BLFS Bootscripts</primary>
16 </indexterm>
17
[5254d12]18 <indexterm zone="bootscripts">
[2625724e]19 <primary sortas="f-AA-General-Information">General Information</primary>
20 </indexterm>
21
[24ca7aa]22 <para>The BLFS Bootscripts package contains the init
23 scripts that are used throughout the book. It is assumed that you will be
[919683dc]24 using the BLFS Bootscripts package in conjunction with a compatible
[443eee56]25 LFS-Bootscripts package. Refer to
[f0dc9578]26 <ulink url="&lfs-root;/chapter09/bootscripts.html"/> for more
[443eee56]27 information on the LFS-Bootscripts package.</para>
[2625724e]28
29 <itemizedlist spacing='compact'>
30 <title>Package Information</title>
31 <listitem>
[f3429309]32 <para>Download: <ulink
[2f184c9]33 url="&sources-anduin-http;/blfs-bootscripts/blfs-bootscripts-&blfs-bootscripts-version;.tar.xz"/></para>
[2625724e]34 </listitem>
35 </itemizedlist>
36
[443eee56]37 <para>The BLFS Bootscripts package will be used throughout the BLFS book
[24ca7aa]38 for startup scripts. Unlike LFS, each init script has a separate install target
[919683dc]39 in the BLFS Bootscripts package. It is recommended you keep the package source
[24ca7aa]40 directory around until completion of your BLFS system. When a script is
[443eee56]41 requested from BLFS Bootscripts, simply change to the directory and as the
[24ca7aa]42 <systemitem class="username">root</systemitem> user, execute the given
[57b11363]43 <command>make install-<replaceable>&lt;init-script&gt;</replaceable></command>
[24ca7aa]44 command. This command installs the init script to its proper location (along
[919683dc]45 with any auxiliary configuration scripts) and also creates the appropriate
[2625724e]46 symlinks to start and stop the service at the appropriate run-level.</para>
47
48 <note>
[0583122c]49 <para>You should review each bootscript before installation to
[2625724e]50 ascertain that it satisfies your need. Also verify that the start and stop
51 symlinks it creates match your preferences.</para>
52 </note>
[40d91bde]53
[0583122c]54 <note>
[77a6d25]55 <para>From time to time the bootscripts are updated to accommodate
[f3429309]56 new packages or to make minor corrections. All versions of the
57 bootscripts are located at <ulink
[a29486e4]58 url="&sources-anduin-http;/blfs-bootscripts/"/>.</para>
[0583122c]59 </note>
60
[f45b1953]61</sect1>
Note: See TracBrowser for help on using the repository browser.