Changes in / [6757dcab:31e77c0]
- Files:
-
- 3 added
- 4 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
r6757dcab r31e77c0 47 47 <screen role="nodump">General setup ---> 48 48 [*] open by fhandle syscalls 49 [ ] Auditing support50 49 [*] Control Group support 51 50 Processor type and features ---> … … 64 63 Pseudo filesystems ---> 65 64 [*] Tmpfs POSIX Access Control Lists 66 [*] Tmpfs extended attributes 67 Firmware Drivers ---> 68 EFI (Extensible Firmware Interface) Support ---> 69 <*> EFI Variable Support via sysfs 70 -*- Enable the block layer ---> 71 Partition Types ---> 72 [*] Advanced partition selection 73 [*] EFI GUID Partition support 74 Kernel Hacking ---> 75 [*] Collect scheduler debugging info 76 [*] Collect scheduler statistics</screen></note> 65 [*] Tmpfs extended attributes</screen></note> 77 66 78 67 <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it 79 is highly recommended by the Systemd developers. "EFI Variable support" and 80 "EFI GUID Partition support" are for UEFI systems. "Collect scheduler 81 debugging info" and "Collect scheduler statistics" is for systemd-bootchart. 82 </para></note> 68 is highly recommended by the Systemd developers.</para></note> 83 69 84 70 <para os="h">Configure the kernel via a menu-driven interface. -
BOOK/final-system/common/bash.xml
r6757dcab r31e77c0 25 25 <title>Installation of Bash</title> 26 26 27 <!-- Bash branch update area 27 28 <para os="p1">The following patch contains updates from the maintainer. The 28 29 maintainer of Bash only releases these patches to fix serious issues:</para> 29 30 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&bash-branch_update-patch;</userinput></screen> 32 --> 31 33 32 34 <para os="a">Prepare Bash for compilation:</para> -
BOOK/final-system/common/readline.xml
r6757dcab r31e77c0 26 26 <title>Installation of Readline</title> 27 27 28 <!-- Readline branch update patch area 28 29 <para os="p1">The following patch contains updates from the maintainer. The 29 30 maintainer of Readline only releases these patches to fix serious issues:</para> 30 31 31 32 <screen os="p2"><userinput>patch -Np1 -i ../&readline-branch_update-patch;</userinput></screen> 33 --> 32 34 33 35 <para os="a">Prepare Readline for compilation:</para> -
BOOK/final-system/multilib/bash.xml
r6757dcab r31e77c0 22 22 <title>Installation of Bash</title> 23 23 24 <!-- Bash branch update area 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 26 href="../common/bash.xml" … … 29 30 href="../common/bash.xml" 30 31 xpointer="xpointer(//*[@os='p2'])"/> 32 --> 31 33 32 34 <para os="m1">The following sed points configure towards the correct -
BOOK/final-system/multilib/readline-64bit.xml
r6757dcab r31e77c0 22 22 <title>Installation of Readline</title> 23 23 24 <!-- Readline branch update area 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 26 href="readline.xml" … … 29 30 href="readline.xml" 30 31 xpointer="xpointer(//*[@os='p2'])"/> 32 --> 31 33 32 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/readline-n32.xml
r6757dcab r31e77c0 23 23 <title>Installation of Readline</title> 24 24 25 <!-- 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 27 href="readline.xml" … … 30 31 href="readline.xml" 31 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 32 34 33 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/readline.xml
r6757dcab r31e77c0 23 23 <title>Installation of Readline</title> 24 24 25 <!-- 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 27 href="../common/readline.xml" … … 30 31 href="../common/readline.xml" 31 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 32 34 33 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
r6757dcab r31e77c0 57 57 <para>[William Harrington] - Update DHCPCD to 6.3.2.</para> 58 58 </listitem> 59 <listitem>60 <para>[William Harrington] - Update VIM 7.4 patch to level 229.</para>61 </listitem>62 <listitem>63 <para>[William Harrington] - Update Bash 4.3 patch to level 8.</para>64 </listitem>65 <listitem>66 <para>[William Harrington] - Update Readline 6.3 patch to level 3.</para>67 </listitem>68 <listitem>69 <para>[William Harrington] - Update GCC 4.8.2 branch update patch to70 revision 208943.</para>71 </listitem>72 59 </itemizedlist> 73 60 </listitem> -
BOOK/materials/common/patches.xml
r6757dcab r31e77c0 19 19 <variablelist role="materials"> 20 20 21 <!-- Bash branch update area 21 22 <varlistentry> 22 23 <term>Bash Branch Update Patch - <token>&bash-branch_update-patch-size;</token>:</term> … … 27 28 </listitem> 28 29 </varlistentry> 30 --> 29 31 30 32 <!-- Binutils branch update area … … 129 131 </varlistentry> 130 132 133 <!-- Readline branc update area 131 134 <varlistentry> 132 135 <term>Readline Branch Update - <token>&readline-branch_update-patch-size;</token>:</term> … … 137 140 </listitem> 138 141 </varlistentry> 142 --> 139 143 140 144 <varlistentry> -
BOOK/patches.ent
r6757dcab r31e77c0 5 5 <!-- Start of Common Patches --> 6 6 7 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-1.patch"> 8 <!ENTITY bash-branch_update-patch-md5 "a0ae18e2dc5c9c5e125e0ea3fa6febbe"> 9 <!ENTITY bash-branch_update-patch-size "9.002 KB"> 7 <!-- Bash branch update area 8 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-7.patch"> 9 <!ENTITY bash-branch_update-patch-md5 "4dfb1ce9b5d0040eae06e66157ab213a"> 10 <!ENTITY bash-branch_update-patch-size "58 KB"> 11 --> 10 12 11 13 <!-- Binutils branch update area … … 28 30 29 31 <!-- GCC branch update area --> 30 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update- 2.patch">31 <!ENTITY gcc-branch_update-patch-md5 " 30b9b9e35cb742edf380b0c05c9a5879">32 <!ENTITY gcc-branch_update-patch-size " 1,964KB">32 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch"> 33 <!ENTITY gcc-branch_update-patch-md5 "7739dbf68ba5736cbf4676f30b358e74"> 34 <!ENTITY gcc-branch_update-patch-size "258 KB"> 33 35 34 36 <!ENTITY iana-etc-numbers_update-date "20140202"> … … 61 63 <!ENTITY perl-libc-patch-size "1.657 KB"> 62 64 63 <!ENTITY readline-branch_update-patch "readline-&readline-version;-branch_update-1.patch"> 64 <!ENTITY readline-branch_update-patch-md5 "dbb0a021abfd0a0012b62c66e6943802"> 65 <!ENTITY readline-branch_update-patch-size "1.920 KB"> 65 <!-- Readline branch update area 66 <!ENTITY readline-branch_update-patch "readline-&readline-version;-branch_update-3.patch"> 67 <!ENTITY readline-branch_update-patch-md5 "af788f5b1cfc5db9efc9e0fa0268a574"> 68 <!ENTITY readline-branch_update-patch-size "4.9 KB"> 69 --> 66 70 67 71 <!ENTITY systemd-compat-patch "systemd-&systemd-version;-compat-1.patch"> … … 75 79 <!-- Vim branch update patch area --> 76 80 77 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update- 2.patch">78 <!ENTITY vim-branch_update-patch-md5 " aa2e7384582ddd94ce7e5d91bebce78f">79 <!ENTITY vim-branch_update-patch-size " 2,740 KB">81 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-1.patch"> 82 <!ENTITY vim-branch_update-patch-md5 "b5fdb7f4e4cc27932a9183c8e289029d"> 83 <!ENTITY vim-branch_update-patch-size "460 KB"> 80 84 81 85 <!-- Start of multilib patches --> -
BOOK/temp-system/common/bash.xml
r6757dcab r31e77c0 23 23 <title>Installation of Bash</title> 24 24 25 <!-- Bash branch update area 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 27 href="../../final-system/common/bash.xml" … … 30 31 href="../../final-system/common/bash.xml" 31 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 32 34 33 35 <para os="t1">When Bash is cross-compiled, it cannot test for the presence -
BOOK/temp-system/multilib/bash.xml
r6757dcab r31e77c0 23 23 <title>Installation of Bash</title> 24 24 25 <!-- Bash branch update area 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 27 href="../common/bash.xml" … … 30 31 href="../common/bash.xml" 31 32 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 32 34 33 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.