Changeset 5043f73


Ignore:
Timestamp:
Aug 21, 2013, 9:48:44 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6b54080
Parents:
f25ed36
Message:

Add a link creation for the test installation script just like with x86_64 pure64 before final-system eglibc install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc64-64/eglibc.xml

    rf25ed36 r5043f73  
    111111    xpointer="xpointer(//*[@os='r'])"/>
    112112
     113    <para>The install will finish by checking that everything is correctly installed.
     114    Unfortunately, it will test for a multilib installation. On PPC64 Pure64 this means
     115    it will try to test the non-existent 32-bit loader which has a different name
     116    from the 64-bit loader (unlike on other 64-bit architectures).  We fool it by
     117    creating a symlink to the real loader.</para>
     118
     119    <screen><userinput>ln -sv &eglibc-ld-name; /lib/ld64.so.1</userinput></screen>
     120
    113121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    114122    href="../common/eglibc.xml"
Note: See TracChangeset for help on using the changeset viewer.