source: prologue/errata.xml@ fa7acfc

xry111/clfs-ng
Last change on this file since fa7acfc was 46d9bd8, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

remove erratad entity

  • Property mode set to 100644
File size: 1.3 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="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 to accommodate
17 security vulnerabilities or other bug fixes, 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 section of the book as you
21 progress with building the LFS system.</para>
22
23 <para>In addition, the Linux From Scratch editors maintain a list of security
24 vulnerabilities discovered after a book was released. To check whether there
25 are any active security vulnerabilities, please visit
26 <ulink url="&secadv;"/> prior to proceeding with your build. You should note
27 any advisories and perform the steps to fix any security vulnerabilities as
28 you progress with building the LFS system.</para>
29
30</sect1>
Note: See TracBrowser for help on using the repository browser.