Author: jim Date: 2005-05-27 13:11:54 -0600 (Fri, 27 May 2005) New Revision: 5457
Added: branches/cross-lfs/BOOK/reboot/common/whatnext.xml Log: Added whatsnew.xml in reboot Added: branches/cross-lfs/BOOK/reboot/common/whatnext.xml =================================================================== --- branches/cross-lfs/BOOK/reboot/common/whatnext.xml 2005-05-27 18:59:28 UTC (rev 5456) +++ branches/cross-lfs/BOOK/reboot/common/whatnext.xml 2005-05-27 19:11:54 UTC (rev 5457) @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; +]> +<sect1 id="ch-reboot-cflags"> +<title>What to do next</title> +<?dbhtml filename="whatnext.html"?> + +<para>Now your at the point to get your ${LFS} directory copied over to your +target machine. The easiest method would be to tar and copy the file up.</para> + +<screen><userinput>tar -jcvf ${LFS}.tar.bz2 ${LFS}</userinput></screen> + +<para>Some others have came up with other idea's 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> + <tgroup cols="2" align="center"> + <colspec colname="Method"/> + <colspec colname="Arch"/> + <colspec colname="Link"/> + <thead> + <row> + <entry>Boot Method</entry> + <entry>For Architectures</entry> + <entry>Hyperlink</entry> + </row> + </thead> + <tbody> + <row> + <entry>nfsroot</entry> + <entry>x86, x86_64, RaQ2, PPC</entry> + <entry><ulink url="http://ftp.jg555.com/netboot/netboot.txt"/></entry> + </row> + </tbody> + </tgroup> +</table> + +</sect1> + -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
