source: chapter07/site.xml@ f5976ac

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since f5976ac was a7f0b27, checked in by Bruce Dubbs <bdubbs@…>, 13 years ago

Fix a pdf rendering issue

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.4 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 <!ENTITY site SYSTEM "../appendices/rc.site.script">
6 %general-entities;
7]>
8
9<sect1 id="ch-scripts-site">
10 <?dbhtml filename="site.html"?>
11
12 <title>The rc.site File</title>
13
14 <indexterm zone="ch-scripts-site">
15 <primary sortas="a-rc.site">rc.site</primary>
16 </indexterm>
17
18 <para>The optional <filename>/etc/sysconfig/rc.site</filename> file contains
19 settings that are automatically set for each boot script. It can alternatively
20 set the values specified in the <filename>hostname</filename>,
21 <filename>console</filename>, and <filename>clock</filename> files in the
22 <filename class='directory'>/etc/sysconfig/</filename> directory. If the
23 associated variables are present in both these separate files and
24 <filename>rc.site</filename>, the values in the script specific files have
25 precedence. </para>
26
27 <para><filename>rc.site</filename> also contains parameters that can
28 customize other aspects of the boot process. Setting the IPROMPT variable
29 will enable selective running of bootscripts. Other options are described
30 in the file comments. The default version of the file is as follows:</para>
31
32 <!-- Use role to fix a pdf generation problem -->
33 <screen role="auto">&site;</screen>
34
35</sect1>
36
Note: See TracBrowser for help on using the repository browser.