Changeset 43daa01
- Timestamp:
- Feb 21, 2006, 1:10:29 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 055aa17
- Parents:
- 8d930368
- Location:
- BOOK/bootable
- Files:
-
- 7 deleted
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/alpha/kernel.xml
r8d930368 r43daa01 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux- alpha-version;</title>11 <title>Linux-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 110 110 xpointer="xpointer(//*[@os='v'])"/> 111 111 112 <screen><userinput>cp vmlinux /boot/lfskernel-&linux- alpha-version;</userinput></screen>112 <screen><userinput>cp vmlinux /boot/lfskernel-&linux-version;</userinput></screen> 113 113 114 114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 116 116 xpointer="xpointer(//*[@os='w'])"/> 117 117 118 <screen><userinput>cp System.map /boot/System.map-&linux-alpha-version;</userinput></screen> 118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 119 href="../x86/kernel.xml" 120 xpointer="xpointer(//*[@os='w1'])"/> 119 121 120 122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 122 124 xpointer="xpointer(//*[@os='x'])"/> 123 125 124 <screen><userinput>cp .config /boot/config-&linux-alpha-version;</userinput></screen> 126 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 127 href="../x86/kernel.xml" 128 xpointer="xpointer(//*[@os='x1'])"/> 125 129 126 130 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 128 132 xpointer="xpointer(//*[@os='y'])"/> 129 133 130 <para>If the kernel source tree is going to retained, run 131 <command>chown -R 0:0</command> on the <filename 132 class="directory">linux-&linux-alpha-version;</filename> directory 133 to ensure all files are owned by user <systemitem 134 class="username">root</systemitem>.</para> 134 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 135 href="../x86/kernel.xml" 136 xpointer="xpointer(//*[@os='y1'])"/> 135 137 136 138 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/mips/colo.xml
r8d930368 r43daa01 41 41 # load linux 42 42 # 43 lcd 'Booting &linux- mips-version;...'44 load vmlinux-&linux- mips-version;.gz43 lcd 'Booting &linux-version;...' 44 load vmlinux-&linux-version;.gz 45 45 execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe</literal> 46 46 EOF</userinput></screen> -
BOOK/bootable/mips/kernel.xml
r8d930368 r43daa01 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux- mips-version;</title>11 <title>Linux-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 116 116 xpointer="xpointer(//*[@os='v'])"/> 117 117 118 <screen><userinput>cp vmlinux /boot/vmlinux-&linux- mips-version;119 gzip -9 /boot/vmlinux-&linux- mips-version;</userinput></screen>118 <screen><userinput>cp vmlinux /boot/vmlinux-&linux-version; 119 gzip -9 /boot/vmlinux-&linux-version;</userinput></screen> 120 120 121 121 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 123 123 xpointer="xpointer(//*[@os='w'])"/> 124 124 125 <screen><userinput>cp System.map /boot/System.map-&linux-mips-version;</userinput></screen> 125 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 126 href="../x86/kernel.xml" 127 xpointer="xpointer(//*[@os='w1'])"/> 126 128 127 129 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 129 131 xpointer="xpointer(//*[@os='x'])"/> 130 132 131 <screen><userinput>cp .config /boot/config-&linux-mips-version;</userinput></screen> 133 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 134 href="../x86/kernel.xml" 135 xpointer="xpointer(//*[@os='x1'])"/> 132 136 133 137 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 135 139 xpointer="xpointer(//*[@os='y'])"/> 136 140 137 <para>If the kernel source tree is going to retained, run 138 <command>chown -R 0:0</command> on the <filename 139 class="directory">linux-&linux-mips-version;</filename> 140 directory to ensure all files are owned by user <systemitem 141 class="username">root</systemitem>.</para> 141 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 142 href="../x86/kernel.xml" 143 xpointer="xpointer(//*[@os='y1'])"/> 142 144 143 145 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/ppc/kernel.xml
r8d930368 r43daa01 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux- ppc-version;</title>11 <title>Linux-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 110 110 xpointer="xpointer(//*[@os='v'])"/> 111 111 112 <screen><userinput>cp vmlinux /boot/lfskernel-&linux- ppc-version;</userinput></screen>112 <screen><userinput>cp vmlinux /boot/lfskernel-&linux-version;</userinput></screen> 113 113 114 114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 116 116 xpointer="xpointer(//*[@os='w'])"/> 117 117 118 <screen><userinput>cp System.map /boot/System.map-&linux-ppc-version;</userinput></screen> 118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 119 href="../x86/kernel.xml" 120 xpointer="xpointer(//*[@os='w1'])"/> 119 121 120 122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 122 124 xpointer="xpointer(//*[@os='x'])"/> 123 125 124 <screen><userinput>cp .config /boot/config-&linux-ppc-version;</userinput></screen> 126 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 127 href="../x86/kernel.xml" 128 xpointer="xpointer(//*[@os='x1'])"/> 125 129 126 130 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 128 132 xpointer="xpointer(//*[@os='y'])"/> 129 133 130 <para>If the kernel source tree is going to retained, run 131 <command>chown -R 0:0</command> on the <filename 132 class="directory">linux-&linux-ppc-version;</filename> directory to 133 ensure all files are owned by user <systemitem 134 class="username">root</systemitem>.</para> 134 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 135 href="../x86/kernel.xml" 136 xpointer="xpointer(//*[@os='y1'])"/> 135 137 136 138 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/ppc/yaboot.xml
r8d930368 r43daa01 96 96 # For all images, the pathname is relative to the filesystem 97 97 # on which they are mounted. 98 image=/boot/lfskernel-&linux- ppc-version;98 image=/boot/lfskernel-&linux-version; 99 99 label=&version; 100 100 read-only</literal> -
BOOK/bootable/sparc/kernel.xml
r8d930368 r43daa01 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux- sparc-version;</title>11 <title>Linux-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 110 110 xpointer="xpointer(//*[@os='v'])"/> 111 111 112 <screen><userinput>cp vmlinux /boot/lfskernel-&linux- sparc-version;</userinput></screen>112 <screen><userinput>cp vmlinux /boot/lfskernel-&linux-version;</userinput></screen> 113 113 114 114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 116 116 xpointer="xpointer(//*[@os='w'])"/> 117 117 118 <screen><userinput>cp System.map /boot/System.map-&linux-sparc-version;</userinput></screen> 118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 119 href="../x86/kernel.xml" 120 xpointer="xpointer(//*[@os='w1'])"/> 119 121 120 122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 122 124 xpointer="xpointer(//*[@os='x'])"/> 123 125 124 <screen><userinput>cp .config /boot/config-&linux-sparc-version;</userinput></screen> 126 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 127 href="../x86/kernel.xml" 128 xpointer="xpointer(//*[@os='x1'])"/> 125 129 126 130 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 128 132 xpointer="xpointer(//*[@os='y'])"/> 129 133 130 <para>If the kernel source tree is going to retained, run 131 <command>chown -R 0:0</command> on the <filename 132 class="directory">linux-&linux-sparc-version;</filename> directory 133 to ensure all files are owned by user <systemitem 134 class="username">root</systemitem>.</para> 134 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 135 href="../x86/kernel.xml" 136 xpointer="xpointer(//*[@os='y1'])"/> 135 137 136 138 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/sparc/silo.xml
r8d930368 r43daa01 25 25 timeout = 150 # Wait 15 seconds before booting the default section 26 26 27 image = /boot/lfskernel-&linux- sparc-version;27 image = /boot/lfskernel-&linux-version; 28 28 label = linux 29 29 # End /etc/silo.conf</literal> -
BOOK/bootable/x86/grub.xml
r8d930368 r43daa01 104 104 title LFS &version; 105 105 root (hd0,3) 106 kernel /boot/lfskernel-&linux- x86-version; root=/dev/hda4</literal>106 kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal> 107 107 EOF</userinput></screen> 108 108 -
BOOK/bootable/x86/kernel.xml
r8d930368 r43daa01 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux- x86-version;</title>11 <title>Linux-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 121 121 <para os="v">Issue the following command to install the kernel:</para> 122 122 123 <screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux- x86-version;</userinput></screen>123 <screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen> 124 124 125 125 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 128 128 kernel. Issue the following command to install the map file:</para> 129 129 130 <screen ><userinput>cp System.map /boot/System.map-&linux-x86-version;</userinput></screen>130 <screen os="w1"><userinput>cp System.map /boot/System.map-&linux-version;</userinput></screen> 131 131 132 132 <para os="x">The kernel configuration file <filename>.config</filename> … … 135 135 It is a good idea to keep this file for future reference:</para> 136 136 137 <screen ><userinput>cp .config /boot/config-&linux-x86-version;</userinput></screen>137 <screen os="x1"><userinput>cp .config /boot/config-&linux-version;</userinput></screen> 138 138 139 139 <para os="y">It is important to note that the files in the kernel source … … 150 150 source.</para> 151 151 152 <para >If the kernel source tree is going to retained, run152 <para os="y1">If the kernel source tree is going to retained, run 153 153 <command>chown -R 0:0</command> on the <filename 154 class="directory">linux-&linux- x86-version;</filename> directory to154 class="directory">linux-&linux-version;</filename> directory to 155 155 ensure all files are owned by user <systemitem 156 156 class="username">root</systemitem>.</para> -
BOOK/bootable/x86_64-chapter.xml
r8d930368 r43daa01 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/kernel.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86 _64/grub.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub.xml"/> 18 18 19 19 </chapter> -
BOOK/bootable/x86_64/kernel.xml
r8d930368 r43daa01 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux- x86_64-version;</title>11 <title>Linux-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 110 110 xpointer="xpointer(//*[@os='v'])"/> 111 111 112 <screen><userinput>cp arch/x86_64/boot/bzImage /boot/lfskernel-&linux- x86_64-version;</userinput></screen>112 <screen><userinput>cp arch/x86_64/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen> 113 113 114 114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 116 116 xpointer="xpointer(//*[@os='w'])"/> 117 117 118 <screen><userinput>cp System.map /boot/System.map-&linux-x86_64-version;</userinput></screen> 118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 119 href="../x86/kernel.xml" 120 xpointer="xpointer(//*[@os='w1'])"/> 119 121 120 122 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 122 124 xpointer="xpointer(//*[@os='x'])"/> 123 125 124 <screen><userinput>cp .config /boot/config-&linux-x86_64-version;</userinput></screen> 126 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 127 href="../x86/kernel.xml" 128 xpointer="xpointer(//*[@os='x1'])"/> 125 129 126 130 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 128 132 xpointer="xpointer(//*[@os='y'])"/> 129 133 130 <para>If the kernel source tree is going to retained, run 131 <command>chown -R 0:0</command> on the <filename 132 class="directory">linux-&linux-x86_64-version;</filename> directory 133 to ensure all files are owned by user <systemitem 134 class="username">root</systemitem>.</para> 134 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 135 href="../x86/kernel.xml" 136 xpointer="xpointer(//*[@os='y1'])"/> 135 137 136 138 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.