source: BOOK/boot/common/whatnext.xml@ 47ce4dc

clfs-3.0.0-sysvinit sysvinit
Last change on this file since 47ce4dc was ddbac3c, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Comment out jim's non-existant netboot hint in trunk.

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-boot-whatnext">
9 <?dbhtml filename="whatnext.html"?>
10
11 <title>What to do next</title>
12
[e3a1e522]13 <para>Now you're at the point to get your <filename
[3f76cac]14 class="directory">${CLFS}</filename> directory copied over to your target
[e3a1e522]15 machine. The easiest method would be to tar it up and copy the file.</para>
[3f8be484]16
[3f76cac]17<screen><userinput>tar -jcvf ${CLFS}.tar.bz2 ${CLFS}</userinput></screen>
[3f8be484]18
[ddbac3c]19<!--
[e3a1e522]20 <para>Some others have came up with other ideas on how to do this.
[3f8be484]21 Below is a table with the method and link to where the information
22 is stored.</para>
23
24 <table>
25 <title>Boot Methods</title>
[d018b81]26 <?dbfo table-width="6in" ?>
27
28 <tgroup cols="3">
29
30 <colspec colnum="1" colwidth="1in" colname="Method"/>
31 <colspec colnum="2" colwidth="2.5in" colname="Arch"/>
32 <colspec colnum="3" colwidth="2.5in" colname="Link"/>
33
[3f8be484]34 <thead>
35 <row>
36 <entry>Boot Method</entry>
37 <entry>For Architectures</entry>
38 <entry>Hyperlink</entry>
39 </row>
40 </thead>
[d018b81]41
[3f8be484]42 <tbody>
43 <row>
44 <entry>nfsroot</entry>
[2f3e4d8]45 <entry>MIPS, PPC, Sparc, x86, and x86_64</entry>
[3f8be484]46 <entry><ulink url="http://documents.jg555.com/netboot"/></entry>
47 </row>
48 </tbody>
[d018b81]49
[3f8be484]50 </tgroup>
[d018b81]51
[3f8be484]52 </table>
[ddbac3c]53-->
[3f8be484]54
55</sect1>
Note: See TracBrowser for help on using the repository browser.