Changeset eaeb8faf for BOOK/bootable
- 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
- Location:
- BOOK/bootable
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/alpha/kernel.xml
rc0aa909 reaeb8faf 42 42 href="../x86/kernel.xml" 43 43 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'])"/> 44 48 45 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/mips/kernel.xml
rc0aa909 reaeb8faf 37 37 href="../x86/kernel.xml" 38 38 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'])"/> 39 43 40 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/ppc/kernel.xml
rc0aa909 reaeb8faf 37 37 href="../x86/kernel.xml" 38 38 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'])"/> 39 43 40 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/ppc64/kernel.xml
rc0aa909 reaeb8faf 37 37 href="../x86/kernel.xml" 38 38 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'])"/> 39 43 40 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/sparc/kernel.xml
rc0aa909 reaeb8faf 37 37 href="../x86/kernel.xml" 38 38 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'])"/> 39 43 40 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
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. -
BOOK/bootable/x86_64/kernel.xml
rc0aa909 reaeb8faf 37 37 href="../x86/kernel.xml" 38 38 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'])"/> 39 43 40 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.