Changeset 87c0d57 for BOOK/bootable


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/bootable
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • 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"
Note: See TracChangeset for help on using the changeset viewer.