- Timestamp:
- Dec 2, 2006, 5:24:01 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1f9cde4
- Parents:
- 2d152b73
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/common/util-linux.xml
r2d152b73 re3bbb7d 78 78 <para os="cg">Copy these programs to the temporary tools directory:</para> 79 79 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> 81 81 82 82 </sect2> -
BOOK/temp-system/common/choose.xml
r2d152b73 re3bbb7d 28 28 commands to see if you can chroot:</para> 29 29 30 <screen ><userinput> /tools/lib/libc.so.631 /tools/bin/gcc -v</userinput></screen>30 <screen ><userinput>${CLFS}/tools/lib/libc.so.6 31 ${CLFS}/tools/bin/gcc -v</userinput></screen> 32 32 33 33 <para>If either of these commands fail, you will have to follow the boot
Note:
See TracChangeset
for help on using the changeset viewer.