<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../../general.ent">
  %general-entities;
]>

<sect1 id="ch-boot-whatnext">
  <?dbhtml filename="whatnext.html"?>

  <title>What to do next</title>

  <para>Now you're at the point to get your <filename
  class="directory">${CLFS}</filename> directory copied over to your target
  machine. The easiest method would be to tar it up and copy the file.</para>

<screen><userinput>tar -jcvf ${CLFS}.tar.bz2 ${CLFS}</userinput></screen>

<!--
  <para>Some others have came up with other ideas on how to do this.
  Below is a table with the method and link to where the information
  is stored.</para>

  <table>
    <title>Boot Methods</title>
    <?dbfo table-width="6in" ?>

    <tgroup cols="3">

      <colspec colnum="1" colwidth="1in"   colname="Method"/>
      <colspec colnum="2" colwidth="2.5in" colname="Arch"/>
      <colspec colnum="3" colwidth="2.5in" colname="Link"/>

      <thead>
        <row>
          <entry>Boot Method</entry>
          <entry>For Architectures</entry>
          <entry>Hyperlink</entry>
        </row>
      </thead>

      <tbody>
        <row>
          <entry>nfsroot</entry>
          <entry>MIPS, PPC, Sparc, x86, and x86_64</entry>
          <entry><ulink url="http://documents.jg555.com/netboot"/></entry>
        </row>
      </tbody>

    </tgroup>

  </table>
-->

</sect1>
