source: introduction/important/bootscripts.xml@ 66598ffc

gnome
Last change on this file since 66598ffc was 66598ffc, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new section to bootscript page added systemd notes to profile and consolekit pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13388 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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;">
9 <?dbhtml filename="bootscripts.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>BLFS Boot Scripts</title>
17
18 <indexterm zone="bootscripts">
19 <primary sortas="a-BLFS-Bootscripts">BLFS Bootscripts</primary>
20 </indexterm>
21
22 <indexterm zone="bootscripts">
23 <primary sortas="f-AA-General-Information">General Information</primary>
24 </indexterm>
25
26 <para>The BLFS Bootscripts package contains the init
27 scripts that are used throughout the book. It is assumed that you will be
28 using the BLFS Bootscripts package in conjunction with a compatible
29 LFS-Bootscripts package. Refer to
30 <ulink url="&lfs-root;/chapter07/bootscripts.html"/> for more
31 information on the LFS-Bootscripts package.</para>
32
33 <itemizedlist spacing='compact'>
34 <title>Package Information</title>
35 <listitem>
36 <para>Download: <ulink url="&blfs-bootscripts-download;"/></para>
37 </listitem>
38 </itemizedlist>
39
40 <para>The BLFS Bootscripts package will be used throughout the BLFS book
41 for startup scripts. Unlike LFS, each init script has a separate install target
42 in the BLFS Bootscripts package. It is recommended you keep the package source
43 directory around until completion of your BLFS system. When a script is
44 requested from BLFS Bootscripts, simply change to the directory and as the
45 <systemitem class="username">root</systemitem> user, execute the given
46 <command>make install-<replaceable>&lt;init-script&gt;</replaceable></command>
47 command. This command installs the init script to its proper location (along
48 with any auxiliary configuration scripts) and also creates the appropriate
49 symlinks to start and stop the service at the appropriate run-level.</para>
50
51 <note>
52 <para>It is advisable to peruse each bootscript before installation to
53 ascertain that it satisfies your need. Also verify that the start and stop
54 symlinks it creates match your preferences.</para>
55 </note>
56
57
58 <sect2 id="systemd-units" xreflabel="systemd-units">
59
60 <title>BLFS Systemd Units</title>
61
62 <indexterm zone="bootscripts">
63 <primary sortas="aa-BLFS-Bootscripts">BLFS Bootscripts</primary>
64 </indexterm>
65
66 <indexterm zone="bootscripts">
67 <primary sortas="f-AAA-General-Information">General Information</primary>
68 </indexterm>
69
70
71 <itemizedlist spacing='compact'>
72 <title>Package Information</title>
73 <listitem>
74 <para>Download: <ulink url="http://www.linuxfromscratch.org/~krejzi/systemd-units.tar.xz"/></para>
75 </listitem>
76 </itemizedlist>
77
78 <para>The BLFS systemd-units package will be used throughout the BLFS book
79 for native systemd units not provided in the source tar balls.
80 Unlike LFS, each init script has a separate install target
81 in the BLFS systemd-units package. It is recommended you keep the package source
82 directory around until completion of your BLFS system. When a script is
83 requested from BLFS systemd-units, simply change to the directory and as the
84 <systemitem class="username">root</systemitem> user, execute the given
85 <command>make install-<replaceable>&lt;init-script&gt;</replaceable></command>
86 command. This command installs the systemd unit file to its proper location.
87 </para>
88
89 </sect2>
90
91</sect1>
Note: See TracBrowser for help on using the repository browser.