Changeset 37a0da5
- Timestamp:
- Sep 7, 2008, 10:10:42 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:
- 85c714f
- Parents:
- 3a9adc5c
- Location:
- BOOK/final-system
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/linux-headers.xml
r3a9adc5c r37a0da5 18 18 <title/> 19 19 20 <para>The Linux Headers package contains the20 <para>The Linux Kernel contains a make target that installs 21 21 <quote>sanitized</quote> kernel headers.</para> 22 22 -
BOOK/final-system/common/readline.xml
r3a9adc5c r37a0da5 56 56 57 57 <screen os="h"><userinput>make install</userinput></screen> 58 59 <para os="i">Give Readline's dynamic libraries more appropriate60 permissions:</para>61 62 <screen os="j"><userinput>chmod -v 755 /lib/lib{readline,history}.so*</userinput></screen>63 58 64 59 <para os="k">Now move the static libraries to a more appropriate location:</para> -
BOOK/final-system/multilib/readline-64bit.xml
r3a9adc5c r37a0da5 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 64 64 href="readline.xml" 65 xpointer="xpointer(//*[@os='i'])"/>66 67 <screen os="j"><userinput>chmod -v 755 /lib64/lib{readline,history}.so*</userinput></screen>68 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"70 href="readline.xml"71 65 xpointer="xpointer(//*[@os='k'])"/> 72 66 -
BOOK/final-system/multilib/readline-n32.xml
r3a9adc5c r37a0da5 64 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 65 65 href="readline.xml" 66 xpointer="xpointer(//*[@os='i'])"/>67 68 <screen os="j"><userinput>chmod -v 755 /lib32/lib{readline,history}.so*</userinput></screen>69 70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"71 href="readline.xml"72 66 xpointer="xpointer(//*[@os='k'])"/> 73 67 -
BOOK/final-system/multilib/shadow.xml
r3a9adc5c r37a0da5 9 9 <?dbhtml filename="shadow.html"?> 10 10 11 <title>Shadow-&shadow-version; 64 Bit</title>11 <title>Shadow-&shadow-version;</title> 12 12 13 13 <indexterm zone="ch-system-shadow"> -
BOOK/final-system/multilib/udev-n32.xml
r3a9adc5c r37a0da5 9 9 <?dbhtml filename="udev-n32.html"?> 10 10 11 <title>Udev-&udev-version; N32 </title>11 <title>Udev-&udev-version; N32 Libraries</title> 12 12 13 13 <indexterm zone="ch-system-udev-n32"> -
BOOK/final-system/multilib/udev.xml
r3a9adc5c r37a0da5 12 12 13 13 <indexterm zone="ch-system-udev-32"> 14 <primary sortas="a-Udev">Udev </primary>14 <primary sortas="a-Udev">Udev 32 Bit Libraries</primary> 15 15 </indexterm> 16 16
Note:
See TracChangeset
for help on using the changeset viewer.