Changes in BOOK/bootable/x86/kernel.xml [97bc24b:ca8dde0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
r97bc24b rca8dde0 37 37 un-tarring.</para> 38 38 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> 46 47 <screen role="nodump">General setup ---> 48 [*] open by fhandle syscalls 49 [ ] Auditing support 50 [*] Control Group support 51 Processor type and features ---> 52 [*] Enable seccomp to safely compute untrusted bytecode 53 Networking support ---> 54 Networking options ---> 55 <*> The IPv6 protocol 56 Device Drivers ---> 57 Generic Driver Options ---> 58 () path to uevent helper 59 [*] Maintain a devtmpfs filesystem to mount at /dev 60 [ ] Fallback user-helper invocation for firmware loading 61 File systems ---> 62 [*] Inotify support for userspace 63 <*> Kernel automounter version 4 support (also supports v3) 64 Pseudo filesystems ---> 65 [*] Tmpfs POSIX Access Control Lists 66 [*] Tmpfs extended attributes 67 Firmware Drivers ---> 68 EFI (Extensible Firmware Interface) Support ---> 69 <*> EFI Variable Support via sysfs 70 -*- Enable the block layer ---> 71 Partition Types ---> 72 [*] Advanced partition selection 73 [*] EFI GUID Partition support 74 Kernel Hacking ---> 75 [*] Collect scheduler debugging info 76 [*] Collect scheduler statistics</screen></note> 77 78 <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it 79 is highly recommended by the Systemd developers. "EFI Variable support" and 80 "EFI GUID Partition support" are for UEFI systems. "Collect scheduler 81 debugging info" and "Collect scheduler statistics" is for systemd-bootchart. 82 </para></note> 83 39 84 <para os="h">Configure the kernel via a menu-driven interface. 40 Please note that the udev bootscript requires "rtc", "tmpfs" and "devtmpfs" to be 41 enabled and built into the kernel, not as modules. CBLFS has 42 some information regarding particular kernel configuration requirements of 43 packages outside of CLFS at <ulink 85 CBLFS has some information regarding particular kernel configuration 86 requirements of packages outside of CLFS at <ulink 44 87 url="&cblfs-root;"/>:</para> 45 88
Note:
See TracChangeset
for help on using the changeset viewer.