Changes in BOOK/bootable/x86/kernel.xml [ca8dde0:97bc24b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
rca8dde0 r97bc24b 37 37 un-tarring.</para> 38 38 39 <note os="kc"><para>A good starting place for setting up the kernel40 configuration is to run <command>make defconfig</command>. This will set the base configuration to a good state that takes your current system41 architecture into account.</para>42 43 <para>Be sure to enable or disable following features or the system might44 not work correctly or boot at all. Refer to45 <filename>/usr/share/doc/systemd-&systemd-version;/README</filename>:</para>46 47 <screen role="nodump">General setup --->48 [*] open by fhandle syscalls49 [ ] Auditing support50 [*] Control Group support51 Processor type and features --->52 [*] Enable seccomp to safely compute untrusted bytecode53 Networking support --->54 Networking options --->55 <*> The IPv6 protocol56 Device Drivers --->57 Generic Driver Options --->58 () path to uevent helper59 [*] Maintain a devtmpfs filesystem to mount at /dev60 [ ] Fallback user-helper invocation for firmware loading61 File systems --->62 [*] Inotify support for userspace63 <*> Kernel automounter version 4 support (also supports v3)64 Pseudo filesystems --->65 [*] Tmpfs POSIX Access Control Lists66 [*] Tmpfs extended attributes67 Firmware Drivers --->68 EFI (Extensible Firmware Interface) Support --->69 <*> EFI Variable Support via sysfs70 -*- Enable the block layer --->71 Partition Types --->72 [*] Advanced partition selection73 [*] EFI GUID Partition support74 Kernel Hacking --->75 [*] Collect scheduler debugging info76 [*] Collect scheduler statistics</screen></note>77 78 <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it79 is highly recommended by the Systemd developers. "EFI Variable support" and80 "EFI GUID Partition support" are for UEFI systems. "Collect scheduler81 debugging info" and "Collect scheduler statistics" is for systemd-bootchart.82 </para></note>83 84 39 <para os="h">Configure the kernel via a menu-driven interface. 85 CBLFS has some information regarding particular kernel configuration 86 requirements of packages outside of CLFS at <ulink 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 87 44 url="&cblfs-root;"/>:</para> 88 45
Note:
See TracChangeset
for help on using the changeset viewer.