Changeset eaeb8faf


Ignore:
Timestamp:
Jan 23, 2014, 11:47:31 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
cdd311db
Parents:
c0aa909
Message:

Add a note about kernel options required so system operation isn't compromised.

Location:
BOOK/bootable
Files:
7 edited

Legend:

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

    rc0aa909 reaeb8faf  
    4242    href="../x86/kernel.xml"
    4343    xpointer="xpointer(//*[@os='d'])"/>
     44
     45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     46    href="../x86/kernel.xml"
     47    xpointer="xpointer(//*[@os='kc'])"/>
    4448
    4549    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/mips/kernel.xml

    rc0aa909 reaeb8faf  
    3737    href="../x86/kernel.xml"
    3838    xpointer="xpointer(//*[@os='d'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     41    href="../x86/kernel.xml"
     42    xpointer="xpointer(//*[@os='kc'])"/>
    3943
    4044    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/ppc/kernel.xml

    rc0aa909 reaeb8faf  
    3737    href="../x86/kernel.xml"
    3838    xpointer="xpointer(//*[@os='d'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     41    href="../x86/kernel.xml"
     42    xpointer="xpointer(//*[@os='kc'])"/>
    3943
    4044    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/ppc64/kernel.xml

    rc0aa909 reaeb8faf  
    3737    href="../x86/kernel.xml"
    3838    xpointer="xpointer(//*[@os='d'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     41    href="../x86/kernel.xml"
     42    xpointer="xpointer(//*[@os='kc'])"/>
    3943
    4044    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/sparc/kernel.xml

    rc0aa909 reaeb8faf  
    3737    href="../x86/kernel.xml"
    3838    xpointer="xpointer(//*[@os='d'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     41    href="../x86/kernel.xml"
     42    xpointer="xpointer(//*[@os='kc'])"/>
    3943
    4044    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/x86/kernel.xml

    rc0aa909 reaeb8faf  
    3636    kernel compilation. Do not rely on the source tree being clean after
    3737    un-tarring.</para>
     38
     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>
     46
     47    <screen role="nodump">General setup  ---&gt;
     48  [*] Control Group support
     49Processor type and features  ---&gt;
     50  [*] Enable seccomp to safely compute untrusted bytecode
     51Networking support  ---&gt;
     52  Networking options  ---&gt;
     53    &lt;*&gt; The IPv6 protocol
     54Device Drivers  ---&gt;
     55  Generic Driver Options  ---&gt;
     56    ()  path to uevent helper
     57    [*] Maintain a devtmpfs filesystem to mount at /dev
     58    [ ] Fallback user-helper invocation for firmware loading
     59File systems  ---&gt;
     60  [*] Inotify support for userspace
     61  &lt;*&gt; Kernel automounter version 4 support (also supports v3)
     62  Pseudo filesystems  ---&gt;
     63    [*] Tmpfs POSIX Access Control Lists
     64    [*] Tmpfs extended attributes</screen></note>
     65
     66    <note><para>While "The IPv6 Protocol" is not strictly required, it is
     67    highly recommended by the Systemd developers.</para></note>
    3868
    3969    <para os="h">Configure the kernel via a menu-driven interface.
  • BOOK/bootable/x86_64/kernel.xml

    rc0aa909 reaeb8faf  
    3737    href="../x86/kernel.xml"
    3838    xpointer="xpointer(//*[@os='d'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     41    href="../x86/kernel.xml"
     42    xpointer="xpointer(//*[@os='kc'])"/>
    3943
    4044    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.