Changeset 040521bc for BOOK/final-system
- Timestamp:
- Sep 22, 2006, 8:30:38 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8953f24
- Parents:
- 5921622
- Location:
- BOOK/final-system
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/alpha/aboot.xml
r5921622 r040521bc 23 23 24 24 <sect2 role="installation"> 25 <title>Installation of Aboot</title>25 <title>Installation of aboot</title> 26 26 27 27 <para os="aa">The following patch addresses build issues with GCC &gcc-version;:</para> … … 69 69 <term><command>e2writeboot</command></term> 70 70 <listitem> 71 <para>Can be usedto write a secondary bootstrap loader to an71 <para>Can be used to write a secondary bootstrap loader to an 72 72 ext2 formatted filesystem (normally on a floppy disk).</para> 73 73 <indexterm zone="ch-system-aboot e2writeboot"> -
BOOK/final-system/common/findutils.xml
r5921622 r040521bc 58 58 <screen os="h"><userinput>make install</userinput></screen> 59 59 60 <para os="i"> Find from Findutilsis used by some of the scripts60 <para os="i">The <command>find</command> program is used by some of the scripts 61 61 in the CLFS-Bootscripts package. As <filename 62 62 class="directory">/usr</filename> may not be available during the early -
BOOK/final-system/common/module-init-tools.xml
r5921622 r040521bc 65 65 <term><parameter>INSTALL=install</parameter></term> 66 66 <listitem> 67 <para>Normally, make installwill not install the binaries if they67 <para>Normally, <command>make install</command> will not install the binaries if they 68 68 already exist. This option overrides that behavior by calling 69 69 <command>install</command> instead of using the default wrapper -
BOOK/final-system/common/ncurses.xml
r5921622 r040521bc 54 54 ln -svf ../../lib/libform.so.5 /usr/lib/libform.so</userinput></screen> 55 55 56 <para os="l">Give the Ncurses libraries execute permissions:</para>56 <para os="l">Give the Ncurses dynamic libraries execute permissions:</para> 57 57 58 58 <screen os="m"><userinput>chmod -v 755 /lib/lib{panel,menu,form,ncurses}.so.&ncurses-version;</userinput></screen> -
BOOK/final-system/common/perl.xml
r5921622 r040521bc 28 28 <para os="s1">The following sed causes <filename>DynaLoader.a</filename> 29 29 to be built with -fPIC so it can be linked into a shared library 30 later .</para>30 later:</para> 31 31 32 32 <screen os="s2"><userinput>sed -i -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \ -
BOOK/final-system/common/stripping.xml
r5921622 r040521bc 33 33 <para os="e">Then reenter it with:</para> 34 34 35 <screen os="f" role="nodump"><userinput>chroot $ CLFS/tools/bin/env -i \36 HOME=/root TERM=$ TERMPS1='\u:\w\$ ' \35 <screen os="f" role="nodump"><userinput>chroot ${CLFS} /tools/bin/env -i \ 36 HOME=/root TERM=${TERM} PS1='\u:\w\$ ' \ 37 37 PATH=/bin:/usr/bin:/sbin:/usr/sbin \ 38 38 /tools/bin/bash --login</userinput></screen> -
BOOK/final-system/common/sysklogd.xml
r5921622 r040521bc 66 66 mail.* -/var/log/mail.log 67 67 user.* -/var/log/user.log 68 *.=info;*.=notice;*.=warn; 69 auth,authpriv.none; 70 cron,daemon.none; 68 *.=info;*.=notice;*.=warn;\ 69 auth,authpriv.none;\ 70 cron,daemon.none;\ 71 71 mail,news.none -/var/log/messages.log 72 72 -
BOOK/final-system/common/udev.xml
r5921622 r040521bc 30 30 <screen os="b"><userinput>make EXTRAS="extras/floppy extras/cdrom_id extras/firmware \ 31 31 extras/scsi_id extras/volume_id extras/ata_id extras/usb_id \ 32 extras/edd_id extras/dasd_id extras/path_id" udevdir=/dev</userinput></screen>32 extras/edd_id extras/dasd_id extras/path_id"</userinput></screen> 33 33 34 34 <variablelist os="c"> … … 61 61 EXTRAS="extras/floppy extras/cdrom_id extras/firmware \ 62 62 extras/scsi_id extras/volume_id extras/ata_id extras/usb_id \ 63 extras/edd_id extras/dasd_id extras/path_id" udevdir=/devinstall</userinput></screen>63 extras/edd_id extras/dasd_id extras/path_id" install</userinput></screen> 64 64 65 65 <variablelist os="i"> -
BOOK/final-system/mips/dvhtool.xml
r5921622 r040521bc 31 31 </note> 32 32 33 <para os="b">This patch updates for the Arcload bootloader:</para> 33 <para os="b">This patch fixes build issues with Dvhtool and adds support 34 for LVM and Linux partitions:</para> 34 35 35 36 <screen os="c"><userinput>patch -Np1 -i ../&dvhtool-fixes-patch;</userinput></screen> … … 56 57 57 58 <seglistitem> 58 <seg> To be Determined</seg>59 <seg>dvhtool</seg> 59 60 </seglistitem> 60 61 </segmentedlist> 61 62 62 <!--63 63 <variablelist> 64 64 <bridgehead renderas="sect3">Short Descriptions</bridgehead> … … 66 66 <?dbhtml list-presentation="table"?> 67 67 68 <varlistentry id=" colo-chain.elf">69 <term><command> colo</command></term>68 <varlistentry id="dvhtool"> 69 <term><command>dvhtool</command></term> 70 70 <listitem> 71 <para>Is the Cobalt Bootloader's chain mode executeable. This 72 file gets gzipped and renamed to <filename>vmlinux.gz</filename>, 73 so it can be booted automatically by the Cobalt's existing 74 firmware</para> 75 <indexterm zone="ch-system-colo colo-chain.elf"> 76 <primary sortas="b-colo-chain.elf">colo-chain.elf</primary> 71 <para>A utility for displaying SGI disk partition and volume header 72 information as well as for copying files to and from the volume 73 header</para> 74 <indexterm zone="ch-system-dvhtool dvhtool"> 75 <primary sortas="b-dvhtool">dvhtool</primary> 77 76 </indexterm> 78 77 </listitem> … … 80 79 81 80 </variablelist> 82 -->83 81 84 82 </sect2> -
BOOK/final-system/multilib/texinfo.xml
r5921622 r040521bc 1 2 1 <?xml version="1.0" encoding="ISO-8859-1"?> 3 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" -
BOOK/final-system/multilib/udev.xml
r5921622 r040521bc 22 22 <title>Installation of Udev</title> 23 23 24 <para os="p1">This patch updatesmoves /lib/udev to /lib64/udev, to keep24 <para os="p1">This patch moves /lib/udev to /lib64/udev, to keep 25 25 system consistency:</para> 26 26 … … 33 33 <screen os="b"><userinput>make CC="gcc ${BUILD64}" LD="gcc ${BUILD64}" \ 34 34 EXTRAS="extras/cdrom_id extras/floppy extras/firmware extras/scsi_id extras/volume_id \ 35 extras/ata_id extras/usb_id extras/edd_id extras/dasd_id extras/path_id" udevdir=/dev</userinput></screen>35 extras/ata_id extras/usb_id extras/edd_id extras/dasd_id extras/path_id"</userinput></screen> 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/sparc/elftoaout.xml
r5921622 r040521bc 47 47 48 48 <seglistitem> 49 <seg> Unchecked</seg>49 <seg>elf2aout</seg> 50 50 </seglistitem> 51 51 </segmentedlist> … … 59 59 <term><command>elftoaout</command></term> 60 60 <listitem> 61 <para>Need Description</para> 61 <para>Converts an ELF-formatted file to Sparc a.out format for use 62 with openprom</para> 62 63 <indexterm zone="ch-system-elftoaout elftoaout"> 63 64 <primary sortas="a-elftoaout">elftoaout</primary> -
BOOK/final-system/sparc/silo.xml
r5921622 r040521bc 69 69 <term><command>silocheck</command></term> 70 70 <listitem> 71 <para>Checks to see w ether a file is readable72 by silo . (very handy if you have larger disks.).</para>71 <para>Checks to see whether a file is readable 72 by silo (very handy if you have larger disks).</para> 73 73 <indexterm zone="ch-system-silo silocheck"> 74 74 <primary sortas="a-silocheck">silocheck</primary> … … 81 81 <listitem> 82 82 <para>Is a file that is called by the tilo command to build 83 a TFTP boot image. .</para>83 a TFTP boot image.</para> 84 84 <indexterm zone="ch-system-silo maketilo"> 85 85 <primary sortas="a-maketilo">maketilo</primary> -
BOOK/final-system/x86/glibc.xml
r5921622 r040521bc 238 238 <filename>/etc/localtime</filename> file by running:</para> 239 239 240 <screen><userinput>cp - fv/usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \240 <screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \ 241 241 /etc/localtime</userinput></screen> 242 242 -
BOOK/final-system/x86/grub.xml
r5921622 r040521bc 54 54 <screen os="g"><userinput>make install 55 55 mkdir -pv /boot/grub 56 cp -v /usr/lib/grub/ i386-pc/stage{1,2} /boot/grub</userinput></screen>56 cp -v /usr/lib/grub/*/stage{1,2} /boot/grub</userinput></screen> 57 57 58 <para os="h">Replace <filename class="directory">i386-pc</filename> with whatever 59 directory is appropriate for the hardware in use.</para> 60 61 <para os="i">The <filename class="directory">i386-pc</filename> directory 62 contains a number of <filename>*stage1_5</filename> files, different 63 ones for different file systems. Review the files available and copy 64 the appropriate ones to the <filename 58 <para os="h">The directory in 59 <filename class="directory">/usr/lib/grub</filename> (its name depends 60 on your arch) contains a number of <filename>*stage1_5</filename> files, 61 different ones for different file systems. Review the files available and 62 copy the appropriate ones to the <filename 65 63 class="directory">/boot/grub</filename> directory. Most users will 66 64 copy the <filename>e2fs_stage1_5</filename> and/or -
BOOK/final-system/x86/linux-headers.xml
r5921622 r040521bc 53 53 54 54 <seglistitem> 55 <seg>/usr/include/{asm, linux}/*.h</seg>55 <seg>/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</seg> 56 56 </seglistitem> 57 57 </segmentedlist> … … 64 64 <varlistentry id="linux-headers"> 65 65 <term><filename 66 class="headerfile">/usr/include/{asm, linux}/*.h</filename></term>66 class="headerfile">/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</filename></term> 67 67 <listitem> 68 68 <para>The Linux API headers</para> -
BOOK/final-system/x86_64/grub.xml
r5921622 r040521bc 57 57 xpointer="xpointer(//*[@os='f'])"/> 58 58 59 <screen os="h"><userinput>make install 60 mkdir -v /boot/grub 61 cp -v /usr/lib/grub/x86_64-pc/stage{1,2} /boot/grub</userinput></screen>59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 60 href="../x86/grub.xml" 61 xpointer="xpointer(//*[@os='g'])"/> 62 62 63 <para os="i">Replace <filename class="directory">x86_64-pc</filename> with whatever 64 directory is appropriate for the hardware in use.</para> 65 66 <para os="j">The <filename class="directory">x86_64-pc</filename> directory 67 contains a number of <filename>*stage1_5</filename> files, different 68 ones for different file systems. Review the files available and copy 69 the appropriate ones to the <filename 70 class="directory">/boot/grub</filename> directory. Most users will 71 copy the <filename>e2fs_stage1_5</filename> and/or 72 <filename>reiserfs_stage1_5</filename> files.</para> 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 64 href="../x86/grub.xml" 65 xpointer="xpointer(//*[@os='h'])"/> 73 66 74 67 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.