summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-10-08 07:08:26 +0000
committerDonny Davies <woodchip@gentoo.org>2001-10-08 07:08:26 +0000
commit02624ffee1e5f220a68f150d24fe11cb939c4e22 (patch)
treec7bbc8647d1082c1dd48eda37a41049841ad87b9 /app-doc
parentfixo (diff)
downloadgentoo-2-02624ffee1e5f220a68f150d24fe11cb939c4e22.tar.gz
gentoo-2-02624ffee1e5f220a68f150d24fe11cb939c4e22.tar.bz2
gentoo-2-02624ffee1e5f220a68f150d24fe11cb939c4e22.zip
fixed a typo in code listing 21 as suggested on the dev list
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/gentoo-web/files/xml/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/gentoo-web/files/xml/build.xml b/app-doc/gentoo-web/files/xml/build.xml
index a8bebf6412e4..5494d5b6f99f 100644
--- a/app-doc/gentoo-web/files/xml/build.xml
+++ b/app-doc/gentoo-web/files/xml/build.xml
@@ -428,7 +428,7 @@ your own custom kernel:
# <i>cd /usr/src/linux</i>
# <i>make menuconfig</i>
# <i>make dep; make clean; make bzImage; make modules; make modules_install</i>
-# <i>mv bzImage bzImage.orig</i> <comment>[if bzImage already exists]</comment>
+# <i>mv /boot/bzImage /boot/bzImage.orig</i> <comment>[if bzImage already exists]</comment>
# <i>cp /usr/src/linux/arch/i386/boot/bzImage /boot</i>
</pre>
<impo>For your kernel to function properly, there are several options that you will
@@ -466,7 +466,7 @@ To merge your logger of choice, type <e>one</e> of the next three lines:
<body>
<p>
To install any additional packages in the Portage tree
-you can just <c>emerge</c> any packages in <path>/usr/portage/</path>
+you can just <c>emerge</c> any packages in <path>/usr/portage/</path>
that you'd
like to install, for example:</p>
<pre>