Changeset 09bb292 for BOOK/final-system
- Timestamp:
- Feb 21, 2006, 2:00:14 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f59ed2c
- Parents:
- b34085fc
- Location:
- BOOK/final-system
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/sparc/silo.xml
rb34085fc r09bb292 46 46 <screen os="e"><userinput>make install</userinput></screen> 47 47 48 <para os="f">Due to a compile issue with the current toolchains, we are going49 to use the precompiled boot files. This is a temporary fix to the book, but50 will give us a functional system. As soon as a fix is released, this section51 will be removed. Here is how you install the precompiled files:</para>52 53 <screen os="g"><userinput>tar -xvf silo-loaders-&silo-version;.tar.gz -C ${LFS}</userinput></screen>54 55 48 </sect2> 56 49 -
BOOK/final-system/sparc64-64-chapter.xml
rb34085fc r09bb292 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> 64 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc /elftoaout.xml"/>65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/elftoaout.xml"/> 66 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/silo.xml"/> 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/> -
BOOK/final-system/sparc64/elftoaout.xml
rb34085fc r09bb292 24 24 <para>Compile the ELFtoaout package:</para> 25 25 26 <screen><userinput>make CC="gcc ${BUILD 64}"</userinput></screen>26 <screen><userinput>make CC="gcc ${BUILD32}"</userinput></screen> 27 27 28 28 <para>Install the package:</para> -
BOOK/final-system/sparc64/silo.xml
rb34085fc r09bb292 44 44 xpointer="xpointer(//*[@os='e'])"/> 45 45 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"47 href="../sparc/silo.xml"48 xpointer="xpointer(//*[@os='f'])"/>49 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"51 href="../sparc/silo.xml"52 xpointer="xpointer(//*[@os='g'])"/>53 54 46 </sect2> 55 47
Note:
See TracChangeset
for help on using the changeset viewer.