Changeset bc2e3fa for BOOK/boot/x86_64-64
- Timestamp:
- Dec 7, 2006, 11:23:24 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:
- 1e184e11
- Parents:
- 8473983
- Location:
- BOOK/boot/x86_64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86_64-64/bin86.xml
r8473983 rbc2e3fa 48 48 output is not for a native system.</para> 49 49 50 <screen os="f"><userinput>install -v -m 755 -s as/as86 ${CLFS}/cross-tools/bin/${CLFS_TARGET}-as8651 install -v -m 755 -s ld/ld86 ${CLFS}/cross-tools/bin/${CLFS_TARGET}-ld86</userinput></screen>50 <screen os="f"><userinput>install -v -m 755 -s as/as86 /cross-tools/bin/${CLFS_TARGET}-as86 51 install -v -m 755 -s ld/ld86 /cross-tools/bin/${CLFS_TARGET}-ld86</userinput></screen> 52 52 53 53 </sect2> -
BOOK/boot/x86_64-64/lilo-build.xml
r8473983 rbc2e3fa 34 34 when it runs:</para> 35 35 36 <screen os="d"><userinput>make -k lilo.static</userinput></screen>36 <screen os="d"><userinput>make lilo-static</userinput></screen> 37 37 38 38 <para os="e">Install only the parts we need:</para> 39 39 40 <screen os="f"><userinput>install -v -m755 lilo-static ${CLFS}/tools/bin41 install -v -m755 keytab-lilo.pl ${CLFS}/tools/bin</userinput></screen>40 <screen os="f"><userinput>install -v -m755 lilo-static /tools/bin 41 install -v -m755 keytab-lilo.pl /tools/bin</userinput></screen> 42 42 43 43 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.