From: Heiko Z. <smi...@us...> - 2004-09-08 18:29:39
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19932/docs/documentation Modified Files: documentation.xml Log Message: make prepare comes before build Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- documentation.xml 4 Sep 2004 13:58:32 -0000 1.63 +++ documentation.xml 8 Sep 2004 18:29:30 -0000 1.64 @@ -1035,7 +1035,7 @@ <para>Everything, except of modififying files as to be done within a chroot environment. Execute the newly created alias <command>cr</command> to change into the build system.</para> <para>Now you can go into the folder <filename>build/</filename> and just execute the command <command>make</command> to get an overview which parameters are available. A more detailed explanation will follow later.</para> <para>The first command you should execute is <command>make unpack</command>, after that you configure the build system via the command <command>make menuconfig</command>.</para> - <para>Now you can start the build process: <command>make build install prepare iso dist</command></para> + <para>Now you can start the build process: <command>make prepare build install iso dist</command></para> <para>Once this is done, you find in the directory <command>build/dist</command> a ready to use DL version. ;-)</para> <para>When you're working on DL and want to test the ISO with e.g. VMWare, then you can skip the <command>make dist</command> part and you find a useable ISO image here: <filename>build/tmp/bootcd.iso</filename></para> <para>You can create a configuration floppy disc by invocing the command <filename>build/scripts/build-etc</filename><caution> |