Ignore:
Timestamp:
10/01/2022 10:30:12 PM (19 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
f3b2f16
Parents:
f29824e (diff), 4349661 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    rf29824e rc093e6b  
    118118  Graphics support ---&gt;
    119119   Frame buffer Devices ---&gt;
    120       [*] Support for frame buffer devices ----
     120      &lt;*&gt; Support for frame buffer devices ---&gt;
     121   Console display driver support ---&gt;
     122      [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
    121123  Generic Driver Options  ---&gt;
    122124   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     
    157159   Frame buffer Devices ---&gt;
    158160      &lt;*&gt; Support for frame buffer devices ---&gt;
     161   Console display driver support ---&gt;
     162      [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE]
    159163File systems  ---&gt;
    160164   [*] Inotify support for userspace [CONFIG_INOTIFY_USER]
     
    303307
    304308      <varlistentry>
     309        <term><parameter>Framebuffer Console support</parameter></term>
     310        <listitem>
     311          <para>This is needed to display the Linux console on a frame
     312          buffer device.  To allow the kernel to print debug messages at an
     313          early boot stage, it shouldn't be built as a kernel module
     314          unless an initramfs will be used. And, if
     315          <option>CONFIG_DRM</option> (Direct Rendering Manager) is enabled,
     316          it's likely <option>CONFIG_DRM_FBDEV_EMULATION</option> (Enable
     317          legacy fbdev support for your modesetting driver) should be
     318          enabled as well.</para>
     319        </listitem>
     320      </varlistentry>
     321
     322      <varlistentry>
    305323        <term><parameter>Support x2apic</parameter></term>
    306324        <listitem>
     
    350368
    351369    <caution>
    352       <para>If the host system has a separate /boot partition, the files copied
    353       below should go there. The easiest way to do that is to bind /boot on the
    354       host (outside chroot) to /mnt/lfs/boot before proceeding.  As the
    355       &root; user in the <emphasis>host system</emphasis>:</para>
    356 
    357 <screen role="nodump"><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen>
     370      <para>If you've decided to use a separate &boot-dir; partition for the
     371      LFS system (maybe sharing a &boot-dir; partition with the host
     372      distro) , the files copied below should go there. The easiest way to
     373      do that is to create the entry for &boot-dir; in &fstab; first (read
     374      the previous section for details), then issue the following command
     375      as the &root; user in the
     376      <emphasis>chroot environment</emphasis>:</para>
     377
     378<screen role="nodump"><userinput>mount /boot</userinput></screen>
     379
     380      <para>The path to the device node is omitted in the command because
     381      <command>mount</command> can read it from &fstab;.</para>
    358382    </caution>
    359383
Note: See TracChangeset for help on using the changeset viewer.