Changeset a8b6190


Ignore:
Timestamp:
08/26/2003 09:35:10 PM (21 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
fbcfacd
Parents:
140190c0
Message:

installing kernel docs with the kernel instead of separately

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2682 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r140190c0 ra8b6190  
    66
    77<itemizedlist>
    8 
    9 <listitem><para>August 26, 2003 [jeremy] - Chapter 07 -
    10 Creating /etc/hosts: Changed www.mydomain.org to
    11 &lt;value of HOSTNAME&gt;.mydomain.org</para></listitem>
    12 
    13 <listitem><para>August 26, 2003 [jeremy] - Chapter 04 -
    14 Mounting the LFS partition: Added text regarding mounting
    15 with too restrictive permissions.</para></listitem>
    16 
    17 <listitem><para>August 26, 2003 [jeremy] - Chapter 06 -
    18 Creating Directories: Added the creation of the /dev/shm
    19 directory.</para></listitem>
    20 
    21 <listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
    22 Creating fstab: Added the mount of tmpfs filesystem to
    23 /dev/shm.</para></listitem>
    24 
    25 <listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
    26 Kernel Installation: Added a reminder to compile tmpfs
    27 support into the kernel.</para></listitem>
    288
    299<listitem><para>Upgraded to:
     
    10383</para></listitem>
    10484
     85<listitem><para>August 26th, 2003 [alex]: Chapter 06 &amp; 08 - Moved the
     86installation of the kernel manpages from chapter 6 to 8.</para></listitem>
     87
     88<listitem><para>August 25th, 2003 [alex]: Chapter 06 - Rewrote the installation
     89text of Shadow and Util-Linux while correcting some typos.</para></listitem>
     90
     91<listitem><para>August 25th, 2003 [alex]: Chapter 05 &amp; 06 - Made the
     92"Locking in" and "Re-adjusting" look similar.</para></listitem>
     93
     94<listitem><para>August 24th, 2003 [alex]: Chapter 04 - Merged the many little
     95files into one file. Gave packages and patches a separate page.</para></listitem>
     96
    10597<listitem><para>August 17th, 2003 [alex]: Chapter 05 - From Bash to Perl:
    10698put text in between commands. Added a section on stripping unneeded
  • chapter06/chapter06.xml

    r140190c0 ra8b6190  
    6464&c6-utillinux;
    6565&c6-gcc-2953;
    66 &c6-kernel-manpages;
    6766&c6-revisedchroot;
    6867&c6-bootscripts;
  • chapter08/kernel-inst.xml

    r140190c0 ra8b6190  
    3232directory.</para>
    3333
    34 <para>It's important to note that to be compliant with Posix shared memory
    35 requirements, we must enable the tmpfs filesystem option, and mount a tmpfs
    36 filesystem at /dev/shm.</para>
    37 
    3834<para>Verify dependencies and create dependency information files:</para>
    3935
     
    6157<para><screen><userinput>make CC=/opt/gcc-2.95.3/bin/gcc modules_install</userinput></screen></para>
    6258
     59<para>As nothing is complete without documentation, build the manual pages
     60that come with the kernel:</para>
     61
     62<para><screen><userinput>make mandocs</userinput></screen></para>
     63
     64<para>And install these pages:</para>
     65
     66<para><screen><userinput>cp -a Documentation/man /usr/share/man/man9</userinput></screen></para>
     67
    6368<para>Kernel compilation has finished, but some of the files created
    6469still reside in the source tree. To complete the installation, two
  • entities/kernel.ent

    r140190c0 ra8b6190  
    77<!ENTITY c6-kernel-inst SYSTEM "../chapter06/kernel-inst.xml">
    88<!ENTITY c6-kernel-exp-headers SYSTEM "../chapter06/kernel-exp-headers.xml">
    9 <!ENTITY c6-kernel-manpages SYSTEM "../chapter06/kernel-manpages.xml">
    10 <!ENTITY c6-kernel-manpages-inst SYSTEM "../chapter06/kernel-manpages-inst.xml">
    119
    1210<!ENTITY c8-kernel SYSTEM "../chapter08/kernel.xml">
     
    3028
    3129<!ENTITY kernel-compsize "All default options: 181 MB">
    32 <!ENTITY kernel-manpages-compsize "To Be Determined">
    3330<!ENTITY kernel-time "All default options: 4.20 SBU">
    34 <!ENTITY kernel-manpages-time "0.01 SBU">
    3531
Note: See TracChangeset for help on using the changeset viewer.