- Timestamp:
- Mar 17, 2014, 9:51:45 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 13b673f
- Parents:
- 340191a0
- Location:
- BOOK/bootable
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/alpha/kernel.xml
r340191a0 r573ee7a 46 46 href="../x86/kernel.xml" 47 47 xpointer="xpointer(//*[@os='kc'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../x86/kernel.xml" 51 xpointer="xpointer(//*[@os='kd'])"/> 48 52 49 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/mips/kernel.xml
r340191a0 r573ee7a 41 41 href="../x86/kernel.xml" 42 42 xpointer="xpointer(//*[@os='kc'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../x86/kernel.xml" 46 xpointer="xpointer(//*[@os='kd'])"/> 43 47 44 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/ppc/kernel.xml
r340191a0 r573ee7a 41 41 href="../x86/kernel.xml" 42 42 xpointer="xpointer(//*[@os='kc'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../x86/kernel.xml" 46 xpointer="xpointer(//*[@os='kd'])"/> 43 47 44 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/ppc64/kernel.xml
r340191a0 r573ee7a 41 41 href="../x86/kernel.xml" 42 42 xpointer="xpointer(//*[@os='kc'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../x86/kernel.xml" 46 xpointer="xpointer(//*[@os='kd'])"/> 43 47 44 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/sparc/kernel.xml
r340191a0 r573ee7a 41 41 href="../x86/kernel.xml" 42 42 xpointer="xpointer(//*[@os='kc'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../x86/kernel.xml" 46 xpointer="xpointer(//*[@os='kd'])"/> 43 47 44 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/x86/kernel.xml
r340191a0 r573ee7a 37 37 un-tarring.</para> 38 38 39 <note os="kc"><para>A good starting place for setting up the kernel configuration40 is to run <command>make defconfig</command>. This will set the base41 configuration to a good state that takes your current system architecture42 into account.</para> 43 44 <para>Be sure to enable or disable following features or the system might not45 work correctly or boot at all:</para>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 46 47 47 <screen role="nodump">General setup ---> 48 [*] open by fhandle syscalls 48 49 [*] Control Group support 49 50 Processor type and features ---> … … 64 65 [*] Tmpfs extended attributes</screen></note> 65 66 66 <note ><para>While "The IPv6 Protocol" is not strictly required, it is67 highly recommended by the Systemd developers.</para></note>67 <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it 68 is highly recommended by the Systemd developers.</para></note> 68 69 69 70 <para os="h">Configure the kernel via a menu-driven interface. 70 Please note that the udev bootscript requires "rtc", "tmpfs" and "devtmpfs" to be 71 enabled and built into the kernel, not as modules. CBLFS has 72 some information regarding particular kernel configuration requirements of 73 packages outside of CLFS at <ulink 71 CBLFS has some information regarding particular kernel configuration 72 requirements of packages outside of CLFS at <ulink 74 73 url="&cblfs-root;"/>:</para> 75 74 -
BOOK/bootable/x86_64/kernel.xml
r340191a0 r573ee7a 41 41 href="../x86/kernel.xml" 42 42 xpointer="xpointer(//*[@os='kc'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../x86/kernel.xml" 46 xpointer="xpointer(//*[@os='kd'])"/> 43 47 44 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.