Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r615f5b8 r9cea9a2  
    9898
    9999    <note>
    100    
    101100      <para>A good starting place for setting up the kernel configuration is to
    102101      run <command>make defconfig</command>. This will set the base
     
    116115   [*] Control Group support [CONFIG_CGROUPS]
    117116   [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
    118    [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;         
     117   [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;
    119118      [*] open by fhandle syscalls [CONFIG_FHANDLE]
    120119Processor type and features  ---&gt;
     
    229228<screen revision="sysv"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
    230229
    231 <screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
     230<screen revision="systemd"><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&versiond;</userinput></screen>
    232231
    233232    <para><filename>System.map</filename> is a symbol file for the kernel.
     
    265264
    266265    <note>
    267       <para>In many cases, the configuration of the kernel will need to be 
     266      <para>In many cases, the configuration of the kernel will need to be
    268267      updated for packages that will be installed later in BLFS.  Unlike
    269268      other packages, it is not necessary to remove the kernel source tree
    270       after the newly built kernel is installed.</para> 
    271    
     269      after the newly built kernel is installed.</para>
     270
    272271      <para>If the kernel source tree is going to be retained, run
    273272      <command>chown -R 0:0</command> on the <filename
     
    338337      <seglistitem>
    339338        <seg>config-&linux-version;,
    340         vmlinuz-&linux-version;-lfs-&version;
     339        <phrase revision="sysv">vmlinuz-&linux-version;-lfs-&version;,</phrase>
     340        <phrase revision="systemd">vmlinuz-&linux-version;-lfs-&versiond;,</phrase>
    341341        and System.map-&linux-version;</seg>
    342342        <seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg>
     
    360360
    361361      <varlistentry id="lfskernel">
    362         <term><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
     362        <term revision="sysv"><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
     363        <term revision="systemd"><filename>vmlinuz-&linux-version;-lfs-&versiond;</filename></term>
    363364        <listitem>
    364365          <para>The engine of the Linux system. When turning on the computer,
Note: See TracChangeset for help on using the changeset viewer.