- Timestamp:
- Jul 2, 2014, 5:00:35 PM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 1e452cd
- Parents:
- 96222eb
- Location:
- BOOK
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/mips/colo.xml
r96222eb r87c0d57 33 33 # load linux 34 34 # 35 lcd 'Booting &linux-version; ...'36 load vmlinux-&linux-version; .gz35 lcd 'Booting &linux-version;-&linux-version2;...' 36 load vmlinux-&linux-version;-&linux-version2;.gz 37 37 execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe 38 38 EOF</userinput></screen> -
BOOK/boot/mips/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-boot-kernel"> … … 90 90 91 91 <screen><userinput>mkdir -pv /tools/boot 92 cp -v vmlinux /tools/boot/vmlinux-&linux-version; 93 gzip -9 /tools/boot/vmlinux-&linux-version; </userinput></screen>92 cp -v vmlinux /tools/boot/vmlinux-&linux-version;-&linux-version2; 93 gzip -9 /tools/boot/vmlinux-&linux-version;-&linux-version2;</userinput></screen> 94 94 95 95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/mips64/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-boot-kernel"> … … 94 94 95 95 <screen><userinput>mkdir -pv /tools/boot 96 cp -v vmlinux /tools/boot/vmlinux-&linux-version; 97 gzip -9 /tools/boot/vmlinux-&linux-version; </userinput></screen>96 cp -v vmlinux /tools/boot/vmlinux-&linux-version;-&linux-version2; 97 gzip -9 /tools/boot/vmlinux-&linux-version;-&linux-version2;</userinput></screen> 98 98 99 99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-boot-kernel"> … … 95 95 96 96 <screen><userinput>mkdir -pv /tools/boot 97 cp -v vmlinux /tools/boot/clfskernel-&linux-version; </userinput></screen>97 cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen> 98 98 99 99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc64/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-boot-kernel"> … … 94 94 95 95 <screen><userinput>mkdir -pv /tools/boot 96 cp -v vmlinux /tools/boot/clfskernel-&linux-version; </userinput></screen>96 cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen> 97 97 98 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/sparc/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-boot-kernel"> … … 90 90 91 91 <screen><userinput>mkdir -pv /tools/boot 92 cp -v vmlinux /tools/boot/clfskernel-&linux-version; </userinput></screen>92 cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen> 93 93 94 94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/sparc/silo.xml
r96222eb r87c0d57 25 25 timeout = 150 # Wait 15 seconds before booting the default section 26 26 27 image = /tools/boot/vmlinuz-clfs-&linux-version; 27 image = /tools/boot/vmlinuz-clfs-&linux-version;-&linux-version2; 28 28 label = linux 29 29 # End /etc/silo.conf</literal> -
BOOK/boot/sparc64/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-boot-kernel"> … … 92 92 93 93 <screen><userinput>mkdir -pv /tools/boot 94 cp -v vmlinux /tools/boot/clfskernel-&linux-version; </userinput></screen>94 cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen> 95 95 96 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/x86/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;=&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-boot-kernel"> … … 100 100 101 101 <screen><userinput>mkdir -pv /tools/boot 102 cp -v arch/i386/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version; </userinput></screen>102 cp -v arch/i386/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen> 103 103 104 104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 106 106 xpointer="xpointer(//*[@os='w'])"/> 107 107 108 <screen os="w1"><userinput>cp -v System.map /tools/boot/System.map-&linux-version; </userinput></screen>108 <screen os="w1"><userinput>cp -v System.map /tools/boot/System.map-&linux-version;-&linux-version2;</userinput></screen> 109 109 110 110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 112 112 xpointer="xpointer(//*[@os='x'])"/> 113 113 114 <screen os="x1"><userinput>cp -v .config /tools/boot/config-&linux-version; </userinput></screen>114 <screen os="x1"><userinput>cp -v .config /tools/boot/config-&linux-version;-&linux-version2;</userinput></screen> 115 115 116 116 </sect2> -
BOOK/boot/x86_64/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-boot-kernel"> … … 94 94 95 95 <screen><userinput>mkdir -pv /tools/boot 96 cp -v arch/x86_64/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version; </userinput></screen>96 cp -v arch/x86_64/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen> 97 97 98 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/mips/arcload.xml
r96222eb r87c0d57 31 31 32 32 CLFS { 33 &linux-version; {34 description "&linux-version; ";35 image system "/&linux-version; ";33 &linux-version;-&linux-version2; { 34 description "&linux-version;-&linux-version2;"; 35 image system "/&linux-version;-&linux-version2;"; 36 36 } 37 37 … … 48 48 <screen os="d"><userinput>dvhtool --unix-to-vh /usr/lib/arcload/sash sash 49 49 dvhtool --unix-to-vh /boot/arc.cf arc.cf 50 dvhtool --unix-to-vh /boot/&linux-version; &linux-version;</userinput></screen>50 dvhtool --unix-to-vh /boot/&linux-version;-&linux-version2; &linux-version;-&linux-version2;</userinput></screen> 51 51 52 52 </sect1> -
BOOK/bootable/mips/colo.xml
r96222eb r87c0d57 41 41 # load linux 42 42 # 43 lcd 'Booting &linux-version; ...'44 load vmlinux-&linux-version; .gz43 lcd 'Booting &linux-version;-&linux-version2;...' 44 load vmlinux-&linux-version;-&linux-version2;.gz 45 45 execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe</literal> 46 46 EOF</userinput></screen> -
BOOK/bootable/mips/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 102 102 xpointer="xpointer(//*[@os='v'])"/> 103 103 104 <screen><userinput>cp -v vmlinux /boot/vmlinux-&linux-version; 105 gzip -9 /boot/vmlinux-&linux-version; </userinput></screen>104 <screen><userinput>cp -v vmlinux /boot/vmlinux-&linux-version;-&linux-version2; 105 gzip -9 /boot/vmlinux-&linux-version;-&linux-version2;</userinput></screen> 106 106 107 107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/mips64/arcload.xml
r96222eb r87c0d57 31 31 32 32 CLFS { 33 &linux-version; {34 description "&linux-version; ";35 image system "/&linux-version; ";33 &linux-version;-&linux-version2; { 34 description "&linux-version;-&linux-version2;"; 35 image system "/&linux-version;-&linux-version2;"; 36 36 } 37 37 … … 48 48 <screen os="d"><userinput>dvhtool --unix-to-vh /usr/lib/arcload/sash64 sash64 49 49 dvhtool --unix-to-vh /boot/arc.cf arc.cf 50 dvhtool --unix-to-vh /boot/&linux-version; &linux-version;</userinput></screen>50 dvhtool --unix-to-vh /boot/&linux-version;-&linux-version2; &linux-version;-&linux-version2;</userinput></screen> 51 51 52 52 </sect1> -
BOOK/bootable/ppc/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 114 114 xpointer="xpointer(//*[@os='v'])"/> 115 115 116 <screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version; </userinput></screen>116 <screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen> 117 117 118 118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/ppc/yaboot.xml
r96222eb r87c0d57 63 63 <parameter>device=/ht@0,f2000000/pci@3/k2-sata-root@c/k2-sata@0/disk@0:</parameter> 64 64 for the disk, and 65 <parameter>image=/ht@0,f2000000/pci@3/k2-sata-root@c/k2-sata@0/disk@0:9,/boot/clfskernel-&linux-version; </parameter>65 <parameter>image=/ht@0,f2000000/pci@3/k2-sata-root@c/k2-sata@0/disk@0:9,/boot/clfskernel-&linux-version;-&linux-version2;</parameter> 66 66 which definitely works.</para> 67 67 … … 113 113 # on which they are situated and can include at most one 114 114 # directory 115 image=/boot/clfskernel-&linux-version; 115 image=/boot/clfskernel-&linux-version;-&linux-version2; 116 116 label=&version; 117 117 read-only</literal> -
BOOK/bootable/sparc/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 106 106 xpointer="xpointer(//*[@os='v'])"/> 107 107 108 <screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version; </userinput></screen>108 <screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen> 109 109 110 110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/bootable/sparc/silo.xml
r96222eb r87c0d57 25 25 timeout = 150 # Wait 15 seconds before booting the default section 26 26 27 image = /boot/clfskernel-&linux-version; 27 image = /boot/clfskernel-&linux-version;-&linux-version2; 28 28 label = linux 29 29 # End /etc/silo.conf</literal> -
BOOK/bootable/x86/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 103 103 <para os="v">Issue the following command to install the kernel:</para> 104 104 105 <screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version; </userinput></screen>105 <screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen> 106 106 107 107 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. … … 110 110 kernel. Issue the following command to install the map file:</para> 111 111 112 <screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version; </userinput></screen>112 <screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;-&linux-version2;</userinput></screen> 113 113 114 114 <para os="x">The kernel configuration file <filename>.config</filename> … … 117 117 It is a good idea to keep this file for future reference:</para> 118 118 119 <screen os="x1"><userinput>cp -v .config /boot/config-&linux-version; </userinput></screen>119 <screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;-&linux-version2;</userinput></screen> 120 120 121 121 <para os="y">It is important to note that the files in the kernel source -
BOOK/bootable/x86_64/kernel.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux-version; </title>11 <title>Linux-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-bootable-kernel"> … … 106 106 xpointer="xpointer(//*[@os='v'])"/> 107 107 108 <screen><userinput>cp -v arch/x86_64/boot/bzImage /boot/vmlinuz-clfs-&linux-version; </userinput></screen>108 <screen><userinput>cp -v arch/x86_64/boot/bzImage /boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen> 109 109 110 110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips/linux-headers.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux-Headers-&linux-version; </title>11 <title>Linux-Headers-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-cross-tools-linux-headers"> -
BOOK/cross-tools/ppc/linux-headers.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux-Headers-&linux-version; </title>11 <title>Linux-Headers-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-cross-tools-linux-headers"> -
BOOK/cross-tools/sparc/linux-headers.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux-Headers-&linux-version; </title>11 <title>Linux-Headers-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-cross-tools-linux-headers"> -
BOOK/cross-tools/sparc64/linux-headers.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux-Headers-&linux-version; </title>11 <title>Linux-Headers-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-cross-tools-linux-headers"> -
BOOK/cross-tools/x86/linux-headers.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux-Headers-&linux-version; </title>11 <title>Linux-Headers-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-cross-tools-linux-headers"> -
BOOK/cross-tools/x86_64/linux-headers.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux-Headers-&linux-version; </title>11 <title>Linux-Headers-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-cross-tools-linux-headers"> -
BOOK/final-system/common/linux-headers.xml
r96222eb r87c0d57 9 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux-Headers-&linux-version; </title>11 <title>Linux-Headers-&linux-version;-&linux-version2;</title> 12 12 13 13 <indexterm zone="ch-system-linux-headers"> -
BOOK/materials/common/packages.xml
r96222eb r87c0d57 385 385 386 386 <varlistentry> 387 <term>Linux (&linux-version; ) - <token>&linux-size;</token>:</term>387 <term>Linux (&linux-version;-&linux-version2;) - <token>&linux-size;</token>:</term> 388 388 <listitem> 389 389 <para>Home page: <ulink url="&linux-home;"/></para> -
BOOK/system-config/common/eudev.xml
r96222eb r87c0d57 202 202 bus driver properly exports the necessary aliases to <systemitem 203 203 class="filesystem">sysfs</systemitem>. In other cases, one should 204 arrange module loading by other means. With Linux-&linux-version;, Eudev is 205 known to load properly-written drivers for INPUT, IDE, PCI, USB, SCSI, 206 SERIO and FireWire devices.</para> 204 arrange module loading by other means. With 205 Linux-&linux-version;-&linux-version2;, Eudev is known to load 206 properly-written drivers for INPUT, IDE, PCI, USB, SCSI, SERIO and 207 FireWire devices.</para> 207 208 208 209 <para>To determine if the device driver you require has the necessary … … 221 222 directory under <filename class="directory">/sys/bus</filename>, this 222 223 means that the kernel developers have not yet added modalias support to 223 this bus type. With Linux-&linux-version;, this is the case with ISA 224 busses. Expect this issue to be fixed in later kernel versions.</para> 224 this bus type. With Linux-&linux-version;-&linux-version2;, this is the 225 case with ISA busses. Expect this issue to be fixed in later kernel 226 versions.</para> 225 227 226 228 <para>Eudev is not intended to load <quote>wrapper</quote> drivers such as
Note:
See TracChangeset
for help on using the changeset viewer.