Changeset 986e525d for BOOK/boot/x86_64-64
- Timestamp:
- Dec 2, 2006, 6:11:04 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:
- 979e051
- Parents:
- 034d620
- Location:
- BOOK/boot/x86_64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86_64-64/bin86.xml
r034d620 r986e525d 48 48 output is not for a native system.</para> 49 49 50 <screen os="f"><userinput>install -v -m 755 -s as/as86 /cross-tools/bin/${CLFS_TARGET}-as8651 install -v -m 755 -s ld/ld86 /cross-tools/bin/${CLFS_TARGET}-ld86</userinput></screen>50 <screen os="f"><userinput>install -v -m 755 -s as/as86 ${CLFS}/cross-tools/bin/${CLFS_TARGET}-as86 51 install -v -m 755 -s ld/ld86 ${CLFS}/cross-tools/bin/${CLFS_TARGET}-ld86</userinput></screen> 52 52 53 53 </sect2> -
BOOK/boot/x86_64-64/lilo-build.xml
r034d620 r986e525d 38 38 <para os="e">Install only the parts we need:</para> 39 39 40 <screen os="f"><userinput>install -v -m755 lilo-static /tools/bin41 install -v -m755 keytab-lilo.pl /tools/bin</userinput></screen>40 <screen os="f"><userinput>install -v -m755 lilo-static ${CLFS}/tools/bin 41 install -v -m755 keytab-lilo.pl ${CLFS}/tools/bin</userinput></screen> 42 42 43 43 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.