Changeset eaeb8faf for BOOK/bootable/x86
- Timestamp:
- Jan 23, 2014, 11:47:31 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- cdd311db
- Parents:
- c0aa909
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
rc0aa909 reaeb8faf 36 36 kernel compilation. Do not rely on the source tree being clean after 37 37 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 ---> 48 [*] Control Group support 49 Processor type and features ---> 50 [*] Enable seccomp to safely compute untrusted bytecode 51 Networking support ---> 52 Networking options ---> 53 <*> The IPv6 protocol 54 Device Drivers ---> 55 Generic Driver Options ---> 56 () path to uevent helper 57 [*] Maintain a devtmpfs filesystem to mount at /dev 58 [ ] Fallback user-helper invocation for firmware loading 59 File systems ---> 60 [*] Inotify support for userspace 61 <*> Kernel automounter version 4 support (also supports v3) 62 Pseudo filesystems ---> 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> 38 68 39 69 <para os="h">Configure the kernel via a menu-driven interface.
Note:
See TracChangeset
for help on using the changeset viewer.