Changeset 4a7ae16 for BOOK/bootable
- Timestamp:
- Jun 17, 2008, 9:22:36 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- c4d47a3
- Parents:
- c01b0f33
- Location:
- BOOK/bootable
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/alpha/kernel.xml
rc01b0f33 r4a7ae16 21 21 <sect2 role="installation"> 22 22 <title>Installation of the kernel</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../x86/kernel.xml" 26 xpointer="xpointer(//*[@os='a1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/kernel.xml" 30 xpointer="xpointer(//*[@os='a2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/mips/kernel.xml
rc01b0f33 r4a7ae16 21 21 <sect2 role="installation"> 22 22 <title>Installation of the kernel</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../x86/kernel.xml" 26 xpointer="xpointer(//*[@os='a1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/kernel.xml" 30 xpointer="xpointer(//*[@os='a2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/mips64/kernel.xml
rc01b0f33 r4a7ae16 21 21 <sect2 role="installation"> 22 22 <title>Installation of the kernel</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../x86/kernel.xml" 26 xpointer="xpointer(//*[@os='a1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/kernel.xml" 30 xpointer="xpointer(//*[@os='a2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/ppc/kernel.xml
rc01b0f33 r4a7ae16 21 21 <sect2 role="installation"> 22 22 <title>Installation of the kernel</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../x86/kernel.xml" 26 xpointer="xpointer(//*[@os='a1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/kernel.xml" 30 xpointer="xpointer(//*[@os='a2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/ppc64/kernel.xml
rc01b0f33 r4a7ae16 21 21 <sect2 role="installation"> 22 22 <title>Installation of the kernel</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../x86/kernel.xml" 26 xpointer="xpointer(//*[@os='a1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/kernel.xml" 30 xpointer="xpointer(//*[@os='a2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/sparc/kernel.xml
rc01b0f33 r4a7ae16 21 21 <sect2 role="installation"> 22 22 <title>Installation of the kernel</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../x86/kernel.xml" 26 xpointer="xpointer(//*[@os='a1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/kernel.xml" 30 xpointer="xpointer(//*[@os='a2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/sparc64-64/kernel.xml
rc01b0f33 r4a7ae16 21 21 <sect2 role="installation"> 22 22 <title>Installation of the kernel</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../x86/kernel.xml" 26 xpointer="xpointer(//*[@os='a1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/kernel.xml" 30 xpointer="xpointer(//*[@os='a2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/sparc64/kernel.xml
rc01b0f33 r4a7ae16 21 21 <sect2 role="installation"> 22 22 <title>Installation of the kernel</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../x86/kernel.xml" 26 xpointer="xpointer(//*[@os='a1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/kernel.xml" 30 xpointer="xpointer(//*[@os='a2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/x86/kernel.xml
rc01b0f33 r4a7ae16 22 22 <sect2 role="installation"> 23 23 <title>Installation of the kernel</title> 24 25 <para os="a1">A number of vulnerabilities have come to light after the 26 stable kernel team stopped supporting 2.6.24. The following patch addresses 27 them:</para> 28 29 <screen os="a2"><userinput>patch -Np1 -i ../&linux-security-patch;</userinput></screen> 24 30 25 31 <para os="a">Building the kernel involves a few steps—configuration, -
BOOK/bootable/x86_64-64/kernel.xml
rc01b0f33 r4a7ae16 21 21 <sect2 role="installation"> 22 22 <title>Installation of the kernel</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../x86/kernel.xml" 26 xpointer="xpointer(//*[@os='a1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/kernel.xml" 30 xpointer="xpointer(//*[@os='a2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/x86_64/kernel.xml
rc01b0f33 r4a7ae16 21 21 <sect2 role="installation"> 22 22 <title>Installation of the kernel</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../x86/kernel.xml" 26 xpointer="xpointer(//*[@os='a1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/kernel.xml" 30 xpointer="xpointer(//*[@os='a2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.