source: BOOK/boot/common/whatnext.xml@ d3d34af

clfs-3.0.0-systemd systemd
Last change on this file since d3d34af 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
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<!--
20 <para>Some others have came up with other ideas on how to do this.
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>
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
34 <thead>
35 <row>
36 <entry>Boot Method</entry>
37 <entry>For Architectures</entry>
38 <entry>Hyperlink</entry>
39 </row>
40 </thead>
41
42 <tbody>
43 <row>
44 <entry>nfsroot</entry>
45 <entry>MIPS, PPC, Sparc, x86, and x86_64</entry>
46 <entry><ulink url="http://documents.jg555.com/netboot"/></entry>
47 </row>
48 </tbody>
49
50 </tgroup>
51
52 </table>
53-->
54
55</sect1>
Note: See TracBrowser for help on using the repository browser.