Ignore:
Timestamp:
06/30/2005 02:56:55 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
782446b
Parents:
ce88af3
Message:

Merged some tag/wording changes from trunk (r6219-r6221).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    rce88af3 rd6c28f96  
    6666information.</para>
    6767
    68 <note><para>When configuring the kernel, be sure to enable the
    69 <quote>Support for hot-pluggable devices</quote> option under the
    70 <quote>General Setup</quote> menu. This enables hotplug events that
    71 are used by <command>udev</command> to populate the <filename
    72 class="directory">/dev</filename> directory with device
    73 nodes.</para></note>
     68<note><para>When configuring the kernel, be sure to enable the <quote>Support
     69for hot-pluggable devices</quote> option under the <quote>General Setup</quote>
     70menu. This enables hotplug events that are used by <command>udev</command> to
     71populate the <filename class="directory">/dev</filename> directory with device
     72nodes. Likewise, enable the <quote>Virtual memory file system support</quote>
     73option under the <quote>File systems</quote>/<quote>Pseudo filesystems</quote>
     74menu. This enables the virtual filesystem that the <filename
     75class="directory">/dev</filename> directory will be mounted on.</para></note>
    7476
    7577<para>If desired, skip kernel configuration by copying the kernel
     
    8082configuration menus and create the kernel configuration from
    8183scratch.</para>
    82 
    83 <para>For POSIX-shared memory support, ensure that the kernel config
    84 option <quote>Virtual memory file system support</quote> is enabled.
    85 It resides within the <quote>File systems</quote> menu and is normally
    86 enabled by default.</para>
    8784
    8885<para>LFS Bootscripts make the assumption that both <quote>Support for Host-side
     
    140137
    141138<para>The path to the kernel image may vary depending on the platform
    142 being used. Issue the following command to install the kernel:</para>
     139being used. The following command assumes an x86 architecture:</para>
    143140
    144141<screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.