Ignore:
Timestamp:
Jul 2, 2014, 5:13:40 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
894a975
Parents:
1e452cd
git-author:
William Harrington <kb0iic@…> (07/02/14 17:12:18)
git-committer:
William Harrington <kb0iic@…> (07/02/14 17:13:40)
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.

File:
1 edited

Legend:

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

    r1e452cd r7349750  
    3333# load linux
    3434#
    35 lcd 'Booting &linux-version;-&linux-version2;...'
    36 load vmlinux-&linux-version;-&linux-version2;.gz
     35lcd 'Booting &linux-version2;...'
     36load vmlinux-&linux-version2;.gz
    3737execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe
    3838EOF</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.