This commit is contained in:
gferg 2002-05-27 13:48:35 +00:00
parent 2e8160944f
commit de1ddbd34e
1 changed files with 12 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<article>
<articleinfo>
<title>Link-sys WPC11 Mini-HOWTO</title>
<title>Debian Link-sys WPC11 Mini-HOWTO</title>
<author>
<firstname>Gerardo</firstname>
@ -13,16 +13,21 @@
</affiliation>
</author>
<revhistory>
<revhistory>
<revision>
<revnumber>1.1.2</revnumber>
<date>2002-05-26</date>
<authorinitials>gea</authorinitials>
<revremark>In part 2 of the HOWTO, the last item says make-kpkg --revision-custom.1.0 kernel_image when later on you used the correct one make-kpkg --revision=custom.1.0 kernel_image . Where there is an equal sign before the word custom and not a dash. This has been corrected. thanks to Raj Prakash, raj@rajeshprakash.com</revremark>
</revision>
<revision>
<revnumber>1.1.1</revnumber>
<date>2002-04-27</date>
<authorinitials>gea</authorinitials>
<revremark>some more grammer improvements, and highlighting to make things clearer</revremark>
</revision>
<revision>
</revision>
<revision>
<revnumber>1.1</revnumber>
<date>2002-04-13</date>
<authorinitials>gea</authorinitials>
@ -146,7 +151,7 @@ to configure my kernel
<para>You need to be in the <screen>/usr/src/linux</screen> directory, then </para>
<screen>make-kpkg clean</screen>
<para>to clean all the binaries out and prepare to build a new kernel, then:</para>
<screen>make-kpkg --revision-custom.1.0 kernel_image</screen>
<screen>make-kpkg --revision=custom.1.0 kernel_image</screen>
<caution><para>Don't Do this Yet!</para></caution>