Changeset 7f8996d for BOOK/bootable/ppc


Ignore:
Timestamp:
Jul 2, 2014, 5:12:18 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
684aab1
Parents:
c5afbba
Message:

Correction to previous commit, we want &linux-version2; entity where it is required. Do not use &linux-version; and &linux-version2; entities together. We just want Linux-3.14.10 where required, rather than LInux-3.14. And surely we do not want LInux-3.14-3.14.10.

Location:
BOOK/bootable/ppc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/ppc/kernel.xml

    rc5afbba r7f8996d  
    99  <?dbhtml filename="kernel.html"?>
    1010
    11   <title>Linux-&linux-version;-&linux-version2;</title>
     11  <title>Linux-&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;-&linux-version2;</userinput></screen>
     116<screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version2;</userinput></screen>
    117117
    118118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/bootable/ppc/yaboot.xml

    rc5afbba r7f8996d  
    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;-&linux-version2;</parameter>
     65  <parameter>image=/ht@0,f2000000/pci@3/k2-sata-root@c/k2-sata@0/disk@0:9,/boot/clfskernel-&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;-&linux-version2;
     115image=/boot/clfskernel-&linux-version2;
    116116    label=&version;
    117117    read-only</literal>
Note: See TracChangeset for help on using the changeset viewer.