Changeset 6dfcfecc for chapter10


Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
7610848
Parents:
811b5a39
git-author:
Thomas Trepl <thomas@…> (06/29/2020 07:55:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter10
Files:
3 added
2 moved

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r811b5a39 r6dfcfecc  
    3131
    3232      <seglistitem>
    33         <seg>&linux-ch8-sbu;</seg>
    34         <seg>&linux-ch8-du;</seg>
     33        <seg>&linux-knl-sbu;</seg>
     34        <seg>&linux-knl-du;</seg>
    3535      </seglistitem>
    3636    </segmentedlist>
     
    111111   [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
    112112   [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>
    113 
    114113    </note>
    115114
     
    258257    following command assumes an x86 architecture:</para>
    259258
    260 <screen arch="default" revision="sysv"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
    261 
    262 <screen arch="ml_32,ml_x32,ml_all" revision="sysv"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;-multilib</userinput></screen>
    263 
    264 <screen arch="default" revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&versiond;</userinput></screen>
    265 
    266 <screen arch="ml_32,ml_x32,ml_all" revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&versiond;-multilib</userinput></screen>
    267 
     259<screen revision="sysv"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
     260
     261<screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&versiond;</userinput></screen>
    268262
    269263    <para><filename>System.map</filename> is a symbol file for the kernel.
     
    327321      <emphasis>always</emphasis> be the ones against which Glibc was compiled,
    328322      that is, the sanitised headers installed in <xref
    329       linkend="ch-system-linux-headers"/>.  Therefore, they should
     323      linkend="ch-tools-linux-headers"/>.  Therefore, they should
    330324      <emphasis>never</emphasis> be replaced by either the raw kernel headers
    331325      or any other kernel sanitized headers.</para>
     
    374368      <seglistitem>
    375369        <seg>config-&linux-version;,
    376         <phrase arch="default" revision="sysv">vmlinuz-&linux-version;-lfs-&version;,</phrase>
    377         <phrase arch="default" revision="systemd">vmlinuz-&linux-version;-lfs-&versiond;,</phrase>
    378         <phrase arch="ml_32,ml_x32,ml_all" revision="sysv">vmlinuz-&linux-version;-lfs-&version;-multilib,</phrase>
    379         <phrase arch="ml_32,ml_x32,ml_all" revision="systemd">vmlinuz-&linux-version;-lfs-&versiond;-multilib,</phrase>
     370        <phrase revision="sysv">vmlinuz-&linux-version;-lfs-&version;,</phrase>
     371        <phrase revision="systemd">vmlinuz-&linux-version;-lfs-&versiond;,</phrase>
    380372        and System.map-&linux-version;</seg>
    381373        <seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg>
Note: See TracChangeset for help on using the changeset viewer.