Changeset e3bbb7d


Ignore:
Timestamp:
Dec 2, 2006, 5:24:01 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1f9cde4
Parents:
2d152b73
Message:

Update the choose page and the chroot util-linux instructions for sysroot.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/util-linux.xml

    r2d152b73 re3bbb7d  
    7878    <para os="cg">Copy these programs to the temporary tools directory:</para>
    7979
    80 <screen os="ch"><userinput>cp -v mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
     80<screen os="ch"><userinput>cp -v mount/{,u}mount text-utils/more ${CLFS}/tools/bin</userinput></screen>
    8181
    8282  </sect2>
  • BOOK/temp-system/common/choose.xml

    r2d152b73 re3bbb7d  
    2828 commands to see if you can chroot:</para>
    2929
    30 <screen ><userinput>/tools/lib/libc.so.6
    31 /tools/bin/gcc -v</userinput></screen>
     30<screen ><userinput>${CLFS}/tools/lib/libc.so.6
     31${CLFS}/tools/bin/gcc -v</userinput></screen>
    3232
    3333  <para>If either of these commands fail, you will have to follow the boot
Note: See TracChangeset for help on using the changeset viewer.