source: prologue/errata.xml

trunk
Last change on this file was 7152faa, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml files to utf-8 encoding

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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="pre-errata">
9 <?dbhtml filename="errata.html"?>
10
11 <title>Errata and Security Advisories</title>
12
13 <para>The software used to create an LFS system is constantly being updated
14 and enhanced. Security warnings and bug fixes may become available after
15 the LFS book has been released. To check whether the package versions or
16 instructions in this release of LFS need any modifications&mdash;to repair
17 security vulnerabilities or to fix other bugs&mdash;please visit
18 <ulink url="&errata;"/>
19 before proceeding with your build. You should note any
20 changes shown and apply them to the relevant sections of the book as you
21 build the LFS system.</para>
22
23 <para>In addition, the Linux From Scratch editors maintain a list of security
24 vulnerabilities discovered <emphasis>after</emphasis> a book has been released. To read the list, please visit
25 <ulink url="&secadv;"/> before proceeding with your build. You should apply
26 the changes suggested by the advisories to the relevant sections of the
27 book as you build the LFS system. And, if you will use the LFS system as
28 a real desktop or server system, you should continue to consult the
29 advisories and fix any security vulnerabilities, even when the LFS system
30 has been completely constructed.</para>
31
32</sect1>
Note: See TracBrowser for help on using the repository browser.