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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.
Note: See TracChangeset for help on using the changeset viewer.