Changeset 573ee7a for BOOK/bootable


Ignore:
Timestamp:
Mar 17, 2014, 9:51:45 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
13b673f
Parents:
340191a0
Message:

Update kernel configure option note.

Location:
BOOK/bootable
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/alpha/kernel.xml

    r340191a0 r573ee7a  
    4646    href="../x86/kernel.xml"
    4747    xpointer="xpointer(//*[@os='kc'])"/>
     48
     49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     50    href="../x86/kernel.xml"
     51    xpointer="xpointer(//*[@os='kd'])"/>
    4852
    4953    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/mips/kernel.xml

    r340191a0 r573ee7a  
    4141    href="../x86/kernel.xml"
    4242    xpointer="xpointer(//*[@os='kc'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     45    href="../x86/kernel.xml"
     46    xpointer="xpointer(//*[@os='kd'])"/>
    4347
    4448    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/ppc/kernel.xml

    r340191a0 r573ee7a  
    4141    href="../x86/kernel.xml"
    4242    xpointer="xpointer(//*[@os='kc'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     45    href="../x86/kernel.xml"
     46    xpointer="xpointer(//*[@os='kd'])"/>
    4347
    4448    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/ppc64/kernel.xml

    r340191a0 r573ee7a  
    4141    href="../x86/kernel.xml"
    4242    xpointer="xpointer(//*[@os='kc'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     45    href="../x86/kernel.xml"
     46    xpointer="xpointer(//*[@os='kd'])"/>
    4347
    4448    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/sparc/kernel.xml

    r340191a0 r573ee7a  
    4141    href="../x86/kernel.xml"
    4242    xpointer="xpointer(//*[@os='kc'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     45    href="../x86/kernel.xml"
     46    xpointer="xpointer(//*[@os='kd'])"/>
    4347
    4448    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/x86/kernel.xml

    r340191a0 r573ee7a  
    3737    un-tarring.</para>
    3838
    39     <note os="kc"><para>A good starting place for setting up the kernel configuration
    40     is to run <command>make defconfig</command>. This will set the base
    41     configuration to a good state that takes your current system architecture
    42     into account.</para>
    43 
    44     <para>Be sure to enable or disable following features or the system might not
    45     work correctly or boot at all:</para>
     39    <note os="kc"><para>A good starting place for setting up the kernel
     40    configuration is to run <command>make defconfig</command>. This will set the    base configuration to a good state that takes your current system
     41    architecture into account.</para>
     42
     43    <para>Be sure to enable or disable following features or the system might
     44    not work correctly or boot at all. Refer to
     45    <filename>/usr/share/doc/systemd-&systemd-version;/README</filename>:</para>
    4646
    4747    <screen role="nodump">General setup  ---&gt;
     48  [*] open by fhandle syscalls
    4849  [*] Control Group support
    4950Processor type and features  ---&gt;
     
    6465    [*] Tmpfs extended attributes</screen></note>
    6566
    66     <note><para>While "The IPv6 Protocol" is not strictly required, it is
    67     highly recommended by the Systemd developers.</para></note>
     67    <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it
     68    is highly recommended by the Systemd developers.</para></note>
    6869
    6970    <para os="h">Configure the kernel via a menu-driven interface.
    70     Please note that the udev bootscript requires "rtc", "tmpfs" and "devtmpfs" to be
    71     enabled and built into the kernel, not as modules. CBLFS has
    72     some information regarding particular kernel configuration requirements of
    73     packages outside of CLFS at <ulink
     71    CBLFS has some information regarding particular kernel configuration
     72    requirements of packages outside of CLFS at <ulink
    7473    url="&cblfs-root;"/>:</para>
    7574
  • BOOK/bootable/x86_64/kernel.xml

    r340191a0 r573ee7a  
    4141    href="../x86/kernel.xml"
    4242    xpointer="xpointer(//*[@os='kc'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     45    href="../x86/kernel.xml"
     46    xpointer="xpointer(//*[@os='kd'])"/>
    4347
    4448    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.