Changeset 87c0d57


Ignore:
Timestamp:
Jul 2, 2014, 5:00:35 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
1e452cd
Parents:
96222eb
Message:

Add &linux-version2; entity to the required parts of the book that need the full kernel version rather than just the &linux-version; entity. I.E. 3.14.8 instead of 3.14

Location:
BOOK
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/mips/colo.xml

    r96222eb r87c0d57  
    3333# load linux
    3434#
    35 lcd 'Booting &linux-version;...'
    36 load vmlinux-&linux-version;.gz
     35lcd 'Booting &linux-version;-&linux-version2;...'
     36load vmlinux-&linux-version;-&linux-version2;.gz
    3737execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe
    3838EOF</userinput></screen>
  • BOOK/boot/mips/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-boot-kernel">
     
    9090
    9191<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>
     92cp -v vmlinux /tools/boot/vmlinux-&linux-version;-&linux-version2;
     93gzip -9 /tools/boot/vmlinux-&linux-version;-&linux-version2;</userinput></screen>
    9494
    9595    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/mips64/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-boot-kernel">
     
    9494
    9595<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>
     96cp -v vmlinux /tools/boot/vmlinux-&linux-version;-&linux-version2;
     97gzip -9 /tools/boot/vmlinux-&linux-version;-&linux-version2;</userinput></screen>
    9898
    9999    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/ppc/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-boot-kernel">
     
    9595
    9696<screen><userinput>mkdir -pv /tools/boot
    97 cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
     97cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen>
    9898
    9999    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/ppc64/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-boot-kernel">
     
    9494
    9595<screen><userinput>mkdir -pv /tools/boot
    96 cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
     96cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen>
    9797
    9898    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/sparc/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-boot-kernel">
     
    9090
    9191<screen><userinput>mkdir -pv /tools/boot
    92 cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
     92cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen>
    9393
    9494    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/sparc/silo.xml

    r96222eb r87c0d57  
    2525timeout = 150         # Wait 15 seconds before booting the default section
    2626
    27 image = /tools/boot/vmlinuz-clfs-&linux-version;
     27image = /tools/boot/vmlinuz-clfs-&linux-version;-&linux-version2;
    2828  label = linux
    2929# End /etc/silo.conf</literal>
  • BOOK/boot/sparc64/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-boot-kernel">
     
    9292
    9393<screen><userinput>mkdir -pv /tools/boot
    94 cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
     94cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen>
    9595
    9696    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/x86/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;=&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-boot-kernel">
     
    100100
    101101<screen><userinput>mkdir -pv /tools/boot
    102 cp -v arch/i386/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;</userinput></screen>
     102cp -v arch/i386/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen>
    103103
    104104    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    106106    xpointer="xpointer(//*[@os='w'])"/>
    107107
    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>
    109109
    110110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    112112    xpointer="xpointer(//*[@os='x'])"/>
    113113
    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>
    115115
    116116  </sect2>
  • BOOK/boot/x86_64/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-boot-kernel">
     
    9494
    9595<screen><userinput>mkdir -pv /tools/boot
    96 cp -v arch/x86_64/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;</userinput></screen>
     96cp -v arch/x86_64/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen>
    9797
    9898    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/mips/arcload.xml

    r96222eb r87c0d57  
    3131
    3232CLFS {
    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;";
    3636  }
    3737
     
    4848<screen os="d"><userinput>dvhtool --unix-to-vh /usr/lib/arcload/sash sash
    4949dvhtool --unix-to-vh /boot/arc.cf arc.cf
    50 dvhtool --unix-to-vh /boot/&linux-version; &linux-version;</userinput></screen>
     50dvhtool --unix-to-vh /boot/&linux-version;-&linux-version2; &linux-version;-&linux-version2;</userinput></screen>
    5151
    5252</sect1>
  • BOOK/bootable/mips/colo.xml

    r96222eb r87c0d57  
    4141# load linux
    4242#
    43 lcd 'Booting &linux-version;...'
    44 load vmlinux-&linux-version;.gz
     43lcd 'Booting &linux-version;-&linux-version2;...'
     44load vmlinux-&linux-version;-&linux-version2;.gz
    4545execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe</literal>
    4646EOF</userinput></screen>
  • BOOK/bootable/mips/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-bootable-kernel">
     
    102102    xpointer="xpointer(//*[@os='v'])"/>
    103103
    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;
     105gzip -9 /boot/vmlinux-&linux-version;-&linux-version2;</userinput></screen>
    106106
    107107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/mips64/arcload.xml

    r96222eb r87c0d57  
    3131
    3232CLFS {
    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;";
    3636  }
    3737
     
    4848<screen os="d"><userinput>dvhtool --unix-to-vh /usr/lib/arcload/sash64 sash64
    4949dvhtool --unix-to-vh /boot/arc.cf arc.cf
    50 dvhtool --unix-to-vh /boot/&linux-version; &linux-version;</userinput></screen>
     50dvhtool --unix-to-vh /boot/&linux-version;-&linux-version2; &linux-version;-&linux-version2;</userinput></screen>
    5151
    5252</sect1>
  • BOOK/bootable/ppc/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-bootable-kernel">
     
    114114    xpointer="xpointer(//*[@os='v'])"/>
    115115
    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>
    117117
    118118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/ppc/yaboot.xml

    r96222eb r87c0d57  
    6363  <parameter>device=/ht@0,f2000000/pci@3/k2-sata-root@c/k2-sata@0/disk@0:</parameter>
    6464  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>
    6666  which definitely works.</para>
    6767
     
    113113# on which they are situated and can include at most one
    114114# directory
    115 image=/boot/clfskernel-&linux-version;
     115image=/boot/clfskernel-&linux-version;-&linux-version2;
    116116    label=&version;
    117117    read-only</literal>
  • BOOK/bootable/sparc/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-bootable-kernel">
     
    106106    xpointer="xpointer(//*[@os='v'])"/>
    107107
    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>
    109109
    110110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/sparc/silo.xml

    r96222eb r87c0d57  
    2525timeout = 150         # Wait 15 seconds before booting the default section
    2626
    27 image = /boot/clfskernel-&linux-version;
     27image = /boot/clfskernel-&linux-version;-&linux-version2;
    2828  label = linux
    2929# End /etc/silo.conf</literal>
  • BOOK/bootable/x86/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-bootable-kernel">
     
    103103    <para os="v">Issue the following command to install the kernel:</para>
    104104
    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>
    106106
    107107    <para os="w"><filename>System.map</filename> is a symbol file for the kernel.
     
    110110    kernel. Issue the following command to install the map file:</para>
    111111
    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>
    113113
    114114    <para os="x">The kernel configuration file <filename>.config</filename>
     
    117117    It is a good idea to keep this file for future reference:</para>
    118118
    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>
    120120
    121121    <para os="y">It is important to note that the files in the kernel source
  • BOOK/bootable/x86_64/kernel.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;</title>
     11  <title>Linux-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-bootable-kernel">
     
    106106    xpointer="xpointer(//*[@os='v'])"/>
    107107
    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>
    109109
    110110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/mips/linux-headers.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-version;</title>
     11  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
  • BOOK/cross-tools/ppc/linux-headers.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-version;</title>
     11  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
  • BOOK/cross-tools/sparc/linux-headers.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-version;</title>
     11  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
  • BOOK/cross-tools/sparc64/linux-headers.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-version;</title>
     11  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
  • BOOK/cross-tools/x86/linux-headers.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-version;</title>
     11  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
  • BOOK/cross-tools/x86_64/linux-headers.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-version;</title>
     11  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
  • BOOK/final-system/common/linux-headers.xml

    r96222eb r87c0d57  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-version;</title>
     11  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
    1212
    1313  <indexterm zone="ch-system-linux-headers">
  • BOOK/materials/common/packages.xml

    r96222eb r87c0d57  
    385385
    386386    <varlistentry>
    387       <term>Linux (&linux-version;) - <token>&linux-size;</token>:</term>
     387      <term>Linux (&linux-version;-&linux-version2;) - <token>&linux-size;</token>:</term>
    388388      <listitem>
    389389        <para>Home page: <ulink url="&linux-home;"/></para>
  • BOOK/system-config/common/eudev.xml

    r96222eb r87c0d57  
    202202      bus driver properly exports the necessary aliases to <systemitem
    203203      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>
    207208
    208209      <para>To determine if the device driver you require has the necessary
     
    221222      directory under <filename class="directory">/sys/bus</filename>, this
    222223      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>
    225227
    226228      <para>Eudev is not intended to load <quote>wrapper</quote> drivers such as
Note: See TracChangeset for help on using the changeset viewer.