source:
BOOK/boot/common/whatnext.xml@
42546b79
Last change on this file since 42546b79 was 36e8256, checked in by , 16 years ago | |
---|---|
|
|
File size: 1.5 KB |
Line | |
---|---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ |
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 | |
13 | <para>Now you're at the point to get your <filename |
14 | class="directory">${CLFS}</filename> directory copied over to your target |
15 | machine. The easiest method would be to tar it up and copy the file.</para> |
16 | |
17 | <screen><userinput>tar -jcvf ${CLFS}.tar.bz2 ${CLFS}</userinput></screen> |
18 | <!-- |
19 | <para>Some others have came up with other ideas on how to do this. |
20 | Below is a table with the method and link to where the information |
21 | is stored.</para> |
22 | |
23 | <table> |
24 | <title>Boot Methods</title> |
25 | <?dbfo table-width="6in" ?> |
26 | |
27 | <tgroup cols="3"> |
28 | |
29 | <colspec colnum="1" colwidth="1in" colname="Method"/> |
30 | <colspec colnum="2" colwidth="2.5in" colname="Arch"/> |
31 | <colspec colnum="3" colwidth="2.5in" colname="Link"/> |
32 | |
33 | <thead> |
34 | <row> |
35 | <entry>Boot Method</entry> |
36 | <entry>For Architectures</entry> |
37 | <entry>Hyperlink</entry> |
38 | </row> |
39 | </thead> |
40 | |
41 | <tbody> |
42 | <row> |
43 | <entry>nfsroot</entry> |
44 | <entry>MIPS, PPC, Sparc, x86, and x86_64</entry> |
45 | <entry><ulink url="http://documents.jg555.com/netboot"/></entry> |
46 | </row> |
47 | </tbody> |
48 | |
49 | </tgroup> |
50 | |
51 | </table> |
52 | --> |
53 | </sect1> |
Note:
See TracBrowser
for help on using the repository browser.