[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation/bootcd.xml: 1.9 -> 1.10



以下のページの更新をしました。ツッコミをお願いします。

Documentation/bootcd.xml: 1.9 -> 1.10

火曜日までに異議がなければ、 commit します。

> revision 1.10
> date: 2006/04/23 20:15:04;  author: jschauma;  state: Exp;  lines: +78 -78
> <programlisting> already generates <pre> tags, so don't use <html:pre>
> as well.  This makes the resulting html file validate.

commit log に書かれているとおり
<html:pre> と </html:pre> が削除されただけで、内容は変わっていません。

以下、訳と原文の差分です。

--- Documentation/bootcd.xml.orig	2006-04-24 22:52:50.000000000 +0900
+++ Documentation/bootcd.xml	2006-04-24 22:52:50.000000000 +0900
@@ -5,10 +5,10 @@
 
 <webpage id="ja-Documentation-bootcd">
 <config param="desc" value="NetBSD Bootable CD ROM HOWTO"/>
-<config param="cvstag" value="$NetBSD: bootcd.xml,v 1.9 2006/04/17 18:20:33 heinz Exp $"/>
+<config param="cvstag" value="$NetBSD: bootcd.xml,v 1.10 2006/04/23 20:15:04 jschauma Exp $"/>
 <!-- Based on english version: -->
-<!-- NetBSD: bootcd.xml,v 1.9 2006/04/17 18:20:33 heinz Exp   -->
-<config param="rcsdate" value="$Date: 2006/04/17 18:20:33 $"/>
+<!-- NetBSD: bootcd.xml,v 1.10 2006/04/23 20:15:04 jschauma Exp   -->
+<config param="rcsdate" value="$Date: 2006/04/23 20:15:04 $"/>
 <head>
 <!-- Copyright (c) 2000-2005
 	The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
@@ -47,9 +47,9 @@
 インストール CD を作成するためのお勧めのレイアウトは、
 <ulink url="ftp://ftp.NetBSD.org/pub/NetBSD/NetBSD-1.6/">ftp.NetBSD.org</ulink>
 のディレクトリー構造です。例えば:
-<programlisting><html:pre>
+<programlisting>
   /cdsources/i386/.....
-  /cdsources/sparc/.....</html:pre></programlisting>
+  /cdsources/sparc/.....</programlisting>
 </para>
 </sect3>
 </sect2>
@@ -68,7 +68,7 @@
 置くために、以下の作業をおこなってください。
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   cd /cdsources/alpha/binary/sets
   tar -zxvf base.tgz ./usr/mdec/boot ./usr/mdec/bootxx_cd9660
   mv -f ./usr/mdec/boot /cdsources/boot
@@ -76,13 +76,13 @@
   mv -f ./usr/mdec/bootxx_cd9660 /tmp/mdec.alpha/bootxx_cd9660
   rm -rf ./usr
   cd /cdsources/alpha/installation/instkernel
-  cp -f netbsd.gz /cdsources/netbsd.gz</html:pre></programlisting>
+  cp -f netbsd.gz /cdsources/netbsd.gz</programlisting>
 
 <para>
 さて、ISO 9660 イメージを作成しましょう。
 </para>
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -R -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -R -L /cdsources</programlisting>
 
 <para>
 次に、NetBSD/alpha のディスクと CD ROM のブートストラップソフトウェア
@@ -90,8 +90,8 @@
 を実行してください:
 </para>
 
-<programlisting><html:pre>
-  installboot -m alpha -v output.iso /tmp/mdec.alpha/bootxx_cd9660 </html:pre></programlisting>
+<programlisting>
+  installboot -m alpha -v output.iso /tmp/mdec.alpha/bootxx_cd9660</programlisting>
 
 </sect3>
 
@@ -112,9 +112,9 @@
 CD イメージを作るために以下のコマンドを実行します:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   mkisofs -o output.iso -b i386/installation/floppy/boot-big.fs \ 
-           -c boot.catalog -l -J -R -L /cdsources</html:pre></programlisting>
+           -c boot.catalog -l -J -R -L /cdsources</programlisting>
 
 <para>
 これで、<code>output.iso</code> ファイルが作成されます。このファイルが CD 
@@ -155,10 +155,10 @@
 <code>netbsd.GENERIC_MD</code> をおすすめします) を含めるようにしてください。
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   cd /cdsources
   cp macppc/binary/kernel/netbsd-GENERIC_MD.gz netbsd.macppc
-  cp macppc/installation/ofwboot.xcf .</html:pre></programlisting>
+  cp macppc/installation/ofwboot.xcf .</programlisting>
 <para>
 NetBSD/macppc 公式 ISO イメージは、特殊な技巧を使うことによって、
 サポートされている全機種でブート可能になっています。この CD は、 mkisofs で
@@ -180,15 +180,15 @@
 適切な Mac OS タイプとクリエーターを付けてくれます:
 </para>
 
-<programlisting><html:pre>
-    .chrp - 'chrp' 'tbxi'</html:pre></programlisting>
+<programlisting>
+    .chrp - 'chrp' 'tbxi'</programlisting>
 
 <para>
 次に、以下の内容を持つ <code>bootscript</code> という名前のファイルを、
 (最上層の) <code>macppc</code> ディレクトリーに置きます:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
    &lt;CHRP-BOOT&gt;
    &lt;COMPATIBLE&gt;MacRISC&lt;/COMPATIBLE&gt;
    &lt;DESCRIPTION&gt;
@@ -197,12 +197,12 @@
    &lt;BOOT-SCRIPT&gt;
    boot cd:,ofwboot.xcf netbsd.macppc
    &lt;/BOOT-SCRIPT&gt;
-   &lt;/CHRP-BOOT&gt;</html:pre></programlisting>
+   &lt;/CHRP-BOOT&gt;</programlisting>
 
 <para>以下のコマンドを使って、 macppc 用のブート可能な CD イメージを作ります:</para>
 
 
-<programlisting><html:pre>
+<programlisting>
   cdrom_util="/usr/src/distrib/cdrom"
   snag_boot="-map ${cdrom_util}/hfsmap.lst -hfs-bless ./macppc"
   ofw_boot="-boot-hfs-file ${cdrom_util}/macppc_installboot/macppcboot.raw"
@@ -210,7 +210,7 @@
   blknum=`ls -l output.iso | awk '{print $5}'`
   blknum=`expr ${blknum} / 512`
   ${cdrom_util}/macppc_installboot/macppc_installboot output.iso ${blknum} 756
-  dd if=/usr/mdec/ofwboot bs=64k count=1 conv=sync &gt;&gt; output.iso</html:pre></programlisting>
+  dd if=/usr/mdec/ofwboot bs=64k count=1 conv=sync &gt;&gt; output.iso</programlisting>
 
 <para>CD を焼いたら、 Open Firmware がその CD ROM からブートローダー
 を見つけられることを確認してください (FAQ の
@@ -243,7 +243,7 @@
 置くために、以下の作業をおこなってください。
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   cd /cdsources/pmax/binary/sets
   tar -zxvf base.tgz ./usr/mdec/boot.pmax ./usr/mdec/bootxx_cd9660
   mv -f ./usr/mdec/boot.pmax /cdsources/boot.pmax
@@ -253,22 +253,22 @@
 
   cd /cdsources/pmax/binary/kernel
   cp -f install.gz /cdsources/netbsd.pmax.gz
-  gunzip /cdsources/netbsd.pmax.gz</html:pre></programlisting>
+  gunzip /cdsources/netbsd.pmax.gz</programlisting>
 
 <para>
 さて、ISO 9660 イメージを作成しましょう。
 </para>
 
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -r -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -r -L /cdsources</programlisting>
 <para>
 次に、NetBSD/pmax のディスクと CD ROM のブートストラップソフトウェア
 を、 &man.installboot.8; を使いインストールします。
 &man.installboot.8; コマンドは以下のように使います:
 </para>
 
-<programlisting><html:pre>
-  installboot -m pmax -v output.iso /usr/mdec/bootxx_cd9660 </html:pre></programlisting>
+<programlisting>
+  installboot -m pmax -v output.iso /usr/mdec/bootxx_cd9660 </programlisting>
 
 </sect3>
 
@@ -291,8 +291,8 @@
 作成します。例えば:
 </para>
 
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -r -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -r -L /cdsources</programlisting>
 
 <para>
 次にブート可能なフロッピーのイメージを入手します。NetBSD-1.6/sparc
@@ -316,8 +316,8 @@
 <code>mksunbootcd</code> は以下のように使います:
 </para>
 
-<programlisting><html:pre>
-  mksunbootcd output.iso boot.fs boot.fs boot.fs</html:pre></programlisting>
+<programlisting>
+  mksunbootcd output.iso boot.fs boot.fs boot.fs</programlisting>
 <para>
 この例では、sun4、sun4c、sun4m システムでブートするために、ブート
 可能イメージとして同じものを 3回指定しています。もし、マシン毎に
@@ -325,8 +325,8 @@
 sun2、 sun3、 sun3x 用のブート可能イメージもある場合は、以下のようにしてください。
 </para>
 
-<programlisting><html:pre>
-  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</html:pre></programlisting>
+<programlisting>
+  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</programlisting>
 
 <para>
 <code>mksunbootcd</code> は <code>output.iso</code> ファイルを書きかえるので、
@@ -348,8 +348,8 @@
 作成します。例えば:
 </para>
 
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -r -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -r -L /cdsources</programlisting>
 <para>
 次にブート可能なフロッピーのイメージを入手します。NetBSD-1.6.1/sparc64
 用のイメージは <ulink url="ftp://ftp.NetBSD.org/pub/NetBSD/NetBSD-1.6.1/sparc64/installation/misc/boot.fs.gz"/> にあります。
@@ -365,8 +365,8 @@
 <code>sunbootcd.sh</code> の使い方は以下の通りです。
 </para>
 
-<programlisting><html:pre>
-  sunbootcd.sh output.iso - - - - boot.fs</html:pre></programlisting>
+<programlisting>
+  sunbootcd.sh output.iso - - - - boot.fs</programlisting>
 <para>
 output.iso の後の引数は、順に、 sun4、 sun4c、 sun4m、 sun4d および sun4u 用の
 ブート可能なイメージです。ブートイメージのかわりにダッシュ ( - ) を指定すると、
@@ -388,8 +388,8 @@
 vold が認識しないことを知っておいてください。この NetBSD インストール CD を
 Solaris でマウントしたい場合は、最初に vold を止める必要があります。
 </para>
-<programlisting><html:pre>
-  /etc/init.d/volmgt stop</html:pre></programlisting>
+<programlisting>
+  /etc/init.d/volmgt stop</programlisting>
 </sect3>
 
 <sect3 id="sun2image">
@@ -421,15 +421,15 @@
 作成します。例えば:
 </para>
 
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -r -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -r -L /cdsources</programlisting>
 
 <para>
 次にブート可能な ffs イメージを作ります。今のところ、このイメージは
 リリースには含まれませんので、自分で用意する必要があります。
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   mkdir /tmp/boot-sun3
   cd /tmp/boot-sun3
   gzip -cd &lt; /cdsources/sun2/binary/kernel/netbsd.RAMDISK.gz &gt; netbsd.sun2
@@ -448,7 +448,7 @@
 
   makefs -t ffs -B be -F /tmp/boot-sun3.spec /tmp/boot-sun3.fs /tmp/boot-sun3
 
-  installboot -m sun3 -v /tmp/boot-sun3.fs /tmp/bootxx.sun3 ufsboot</html:pre></programlisting>
+  installboot -m sun3 -v /tmp/boot-sun3.fs /tmp/bootxx.sun3 ufsboot</programlisting>
 
 <para>
 最後に ISO イメージを、(a) sun disklabel が先頭になり、(b) オリジナルの
@@ -466,8 +466,8 @@
 <code>mksunbootcd</code> は以下のように使います:
 </para>
 
-<programlisting><html:pre>
-  mksunbootcd output.iso /tmp/boot-sun3.fs </html:pre></programlisting>
+<programlisting>
+  mksunbootcd output.iso /tmp/boot-sun3.fs </programlisting>
 
 <para>
 <code>mksunbootcd</code> は sparc システム用のブート可能 CD ROM イメージの
@@ -475,8 +475,8 @@
 および sun3x でブート可能な CD ROM を作ることができます:
 </para>
 
-<programlisting><html:pre>
-  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</html:pre></programlisting>
+<programlisting>
+  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</programlisting>
 
 <para>
 このブート可能ファイルシステムの順序は、必要に応じて好きなように
@@ -514,7 +514,7 @@
 ディレクトリーに置くために、以下の作業をおこなってください。
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   cd /cdsources/vax/binary/sets
   tar -zxvf base.tgz ./usr/mdec/boot ./usr/mdec/xxboot
   mv -f ./usr/mdec/boot /cdsources/boot.vax
@@ -524,14 +524,14 @@
 
   cd /cdsources/vax/installation/netboot
   cp -f install.ram.gz /cdsources/netbsd.vax.gz
-  gunzip -f /cdsources/netbsd.vax.gz</html:pre></programlisting>
+  gunzip -f /cdsources/netbsd.vax.gz</programlisting>
 
 <para>
 さて、ISO 9660 イメージを作成しましょう。
 </para>
 
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -r -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -r -L /cdsources</programlisting>
 
 <para>
 次に、NetBSD/vax のディスクと CD ROM のブートストラップソフトウェア
@@ -539,8 +539,8 @@
 &man.installboot.8; コマンドは以下のように使います:
 </para>
 
-<programlisting><html:pre>
-  installboot -m vax -v output.iso /usr/mdec/xxboot</html:pre></programlisting>
+<programlisting>
+  installboot -m vax -v output.iso /usr/mdec/xxboot</programlisting>
 
 </sect3>
 
@@ -586,11 +586,11 @@
 </listitem>
 <listitem>i386 のブート可能なイメージを作成します。
 
-<programlisting><html:pre>
+<programlisting>
   sh
   mkisofs -v -v -o output.iso -b i386/installation/floppy/boot-big.fs \ 
            -c boot.catalog -l -J -r -L /cdsources 2&gt;&amp;1 | tee /tmp/mkisofs.log
-  exit</html:pre></programlisting>
+  exit</programlisting>
 
 <code>-v</code> フラグが二度必要な事に注意してください。 Open Firmware 3 macppc
 モデル上でブート可能 CD を作る場合は、 <code>mkisofs</code> の引数に
@@ -601,16 +601,16 @@
 <filename role="pkg">sysutils/mksunbootcd</filename>
 パッケージを、別の NetBSD マシンにインストールしてください。
 
-<programlisting><html:pre>
-  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</html:pre></programlisting>
+<programlisting>
+  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</programlisting>
 </listitem>
 <listitem>NetBSD/pmax 用に pmax ブートブロックをインストールするため、
 &man.installboot.8; プログラムを実行します。
 他の NetBSD のブートブロックとの共存のため、 pmax ブートブロックは
 ISO ファイルシステムの後に追記されます。
 
-<programlisting><html:pre>
-  installboot -m pmax -v -o append,sunsum output.iso /tmp/mdec.pmax/bootxx_cd9660</html:pre></programlisting>
+<programlisting>
+  installboot -m pmax -v -o append,sunsum output.iso /tmp/mdec.pmax/bootxx_cd9660</programlisting>
 
 <code>-o append,sunsum</code> オプションは、一段目のブートブロックを
 ISO ファイルシステムの後に追記したうえで、
@@ -621,8 +621,8 @@
 他の NetBSD のブートブロックとの共存のため、 vax ブートブロックは
 ISO ファイルシステムの後に追記されます。
 
-<programlisting><html:pre>
-  installboot -m vax -v -o append,sunsum output.iso /tmp/mdec.vax/xxboot</html:pre></programlisting>
+<programlisting>
+  installboot -m vax -v -o append,sunsum output.iso /tmp/mdec.vax/xxboot</programlisting>
 
 (これらのフラグの意味については、上記 pmax の項を参照してください) 。
 
@@ -630,8 +630,8 @@
 <listitem>NetBSD/alpha 用に alpha ブートブロックをインストールするため、
 &man.installboot.8;プログラムを実行します。
 
-<programlisting><html:pre>
-  installboot -m alpha -v -o append,sunsum output.iso /tmp/mdec.alpha/bootxx_cd9660</html:pre></programlisting>
+<programlisting>
+  installboot -m alpha -v -o append,sunsum output.iso /tmp/mdec.alpha/bootxx_cd9660</programlisting>
 
 この alpha 用の installboot の実行は、他のプラットフォーム用の操作の実行後で
 なければならないことに注意してください。今のところ、<code>installboot(8)</code>
@@ -657,9 +657,9 @@
 以下のようにして、CD イメージをマウントします:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   vnconfig -c vnd0 output.iso
-  mount -t cd9660 /dev/vnd0c /mnt</html:pre></programlisting>
+  mount -t cd9660 /dev/vnd0c /mnt</programlisting>
 <para>
 i386 システム上では、<code>/dev/vnd0c</code> でなく <code>/dev/vnd0d</code> を
 指定しないといけない事に注意してください。
@@ -667,9 +667,9 @@
 イメージをアンマウントするためには、以下のようにしてください:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   umount /mnt 
-  vnconfig -u vnd0</html:pre></programlisting>
+  vnconfig -u vnd0</programlisting>
 
 </sect3>
 
@@ -679,14 +679,14 @@
 Linux も同様の機能をもっています。CD イメージをマウントするためには:
 </para>
 
-<programlisting><html:pre>
-  mount -t iso9660 -o ro,loop=/dev/loop0 output.iso /mnt</html:pre></programlisting>
+<programlisting>
+  mount -t iso9660 -o ro,loop=/dev/loop0 output.iso /mnt</programlisting>
 <para>
 そして、CD イメージをアンマウントするためには:
 </para>
 
-<programlisting><html:pre>
-  umount /mnt</html:pre></programlisting>
+<programlisting>
+  umount /mnt</programlisting>
 
 </sect3>
 
@@ -706,14 +706,14 @@
 をマウントすることができます:
 </para>
 
-<programlisting><html:pre>
-  mount -F fbk -o ro,type=hsfs /dev/fbk0:output.iso  /mnt</html:pre></programlisting>
+<programlisting>
+  mount -F fbk -o ro,type=hsfs /dev/fbk0:output.iso  /mnt</programlisting>
 <para>
 そして、CD イメージをアンマウントする時は:
 </para>
 
-<programlisting><html:pre>
-  umount /mnt</html:pre></programlisting>
+<programlisting>
+  umount /mnt</programlisting>
 
 </sect3>
 </sect2>
@@ -733,8 +733,8 @@
 <code>cdrecord</code> の使用方法の例は以下の通りです:
 </para>
 
-<programlisting><html:pre>
-  cdrecord -v speed=4 dev=/dev/cd1c output.iso</html:pre></programlisting>
+<programlisting>
+  cdrecord -v speed=4 dev=/dev/cd1c output.iso</programlisting>
 <para>
 CD ライターの速度とデバイス名(i386 の場合、<code>/dev/cd1d</code>でしょう)を、
 適切なものに置き換えてください。
@@ -765,13 +765,13 @@
 ASPI ドライバーに依存しています。
 IDE ドライブで使うためには、以下のとおりレジストリーを書き換える必要があります:
 
-<programlisting><html:pre>
+<programlisting>
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ASPI32]  
 "ErrorControl"=dword:00000001  
 "Start"=dword:00000001  
 "Type"=dword:00000001  
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ASPI32\Parameters]  
-"ExcludeMiniports"=""</html:pre></programlisting>
+"ExcludeMiniports"=""</programlisting>
 </listitem>
 </itemizedlist>
 </para>
Index: Documentation/bootcd.xml
===================================================================
RCS file: /cvsroot/htdocs/Documentation/bootcd.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Documentation/bootcd.xml	17 Apr 2006 18:20:33 -0000	1.9
+++ Documentation/bootcd.xml	23 Apr 2006 20:15:04 -0000	1.10
@@ -5,8 +5,8 @@
 
 <webpage id="Documentation-bootcd">
 <config param="desc" value="NetBSD Bootable CD ROM HOWTO"/>
-<config param="cvstag" value="$NetBSD: bootcd.xml,v 1.9 2006/04/17 18:20:33 heinz Exp $"/>
-<config param="rcsdate" value="$Date: 2006/04/17 18:20:33 $"/>
+<config param="cvstag" value="$NetBSD: bootcd.xml,v 1.10 2006/04/23 20:15:04 jschauma Exp $"/>
+<config param="rcsdate" value="$Date: 2006/04/23 20:15:04 $"/>
 <head>
 <!-- Copyright (c) 2000-2005
 	The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
@@ -45,9 +45,9 @@
 One suggested layout for making an install CD is to follow the
 directory structure on <ulink
 url="ftp://ftp.NetBSD.org/pub/NetBSD/NetBSD-1.6/">ftp.NetBSD.org</ulink>.  For example:
-<programlisting><html:pre>
+<programlisting>
   /cdsources/i386/.....
-  /cdsources/sparc/.....</html:pre></programlisting>
+  /cdsources/sparc/.....</programlisting>
 </para>
 </sect3>
 </sect2>
@@ -66,7 +66,7 @@
 kernel in the right places, do the following:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   cd /cdsources/alpha/binary/sets
   tar -zxvf base.tgz ./usr/mdec/boot ./usr/mdec/bootxx_cd9660
   mv -f ./usr/mdec/boot /cdsources/boot
@@ -74,13 +74,13 @@
   mv -f ./usr/mdec/bootxx_cd9660 /tmp/mdec.alpha/bootxx_cd9660
   rm -rf ./usr
   cd /cdsources/alpha/installation/instkernel
-  cp -f netbsd.gz /cdsources/netbsd.gz</html:pre></programlisting>
+  cp -f netbsd.gz /cdsources/netbsd.gz</programlisting>
 
 <para>
 Now create the ISO 9660 image.
 </para>
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -R -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -R -L /cdsources</programlisting>
 
 <para>
 The second step is to install NetBSD/alpha disk and CD ROM bootstrap
@@ -88,8 +88,8 @@
 following command:
 </para>
 
-<programlisting><html:pre>
-  installboot -m alpha -v output.iso /tmp/mdec.alpha/bootxx_cd9660 </html:pre></programlisting>
+<programlisting>
+  installboot -m alpha -v output.iso /tmp/mdec.alpha/bootxx_cd9660</programlisting>
 
 </sect3>
 
@@ -112,9 +112,9 @@
 To create the CD image use the following command:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   mkisofs -o output.iso -b i386/installation/floppy/boot-big.fs \ 
-           -c boot.catalog -l -J -R -L /cdsources</html:pre></programlisting>
+           -c boot.catalog -l -J -R -L /cdsources</programlisting>
 
 <para>
 This will create a file, <code>output.iso</code>, which is the CD image.
@@ -153,10 +153,10 @@
 ramdisk-based install kernel that supports all models).
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   cd /cdsources
   cp macppc/binary/kernel/netbsd-GENERIC_MD.gz netbsd.macppc
-  cp macppc/installation/ofwboot.xcf .</html:pre></programlisting>
+  cp macppc/installation/ofwboot.xcf .</programlisting>
 <para>
 The NetBSD/macppc official ISO image is bootable on all supported models
 because it does some special magic.  The CD is created as an HFS
@@ -177,15 +177,15 @@
 <code>/usr/src/distrib/cdrom/hfsmap.lst</code>:
 </para>
 
-<programlisting><html:pre>
-    .chrp - 'chrp' 'tbxi'</html:pre></programlisting>
+<programlisting>
+    .chrp - 'chrp' 'tbxi'</programlisting>
 
 <para>
 Then place the following file named <code>bootscript</code> in the (top-level)
 <code>macppc</code> directory:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
    &lt;CHRP-BOOT&gt;
    &lt;COMPATIBLE&gt;MacRISC&lt;/COMPATIBLE&gt;
    &lt;DESCRIPTION&gt;
@@ -194,12 +194,12 @@
    &lt;BOOT-SCRIPT&gt;
    boot cd:,ofwboot.xcf netbsd.macppc
    &lt;/BOOT-SCRIPT&gt;
-   &lt;/CHRP-BOOT&gt;</html:pre></programlisting>
+   &lt;/CHRP-BOOT&gt;</programlisting>
 
 <para>Create the macppc bootable CD image using the following commands:</para>
 
 
-<programlisting><html:pre>
+<programlisting>
   cdrom_util="/usr/src/distrib/cdrom"
   snag_boot="-map ${cdrom_util}/hfsmap.lst -hfs-bless ./macppc"
   ofw_boot="-boot-hfs-file ${cdrom_util}/macppc_installboot/macppcboot.raw"
@@ -207,7 +207,7 @@
   blknum=`ls -l output.iso | awk '{print $5}'`
   blknum=`expr ${blknum} / 512`
   ${cdrom_util}/macppc_installboot/macppc_installboot output.iso ${blknum} 756
-  dd if=/usr/mdec/ofwboot bs=64k count=1 conv=sync &gt;&gt; output.iso</html:pre></programlisting>
+  dd if=/usr/mdec/ofwboot bs=64k count=1 conv=sync &gt;&gt; output.iso</programlisting>
 
 <para>Once you have burnt the CD, make sure Open Firmware can find the
 bootloader on your new CD ROM (see
@@ -240,7 +240,7 @@
 kernel in the right places, do the following:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   cd /cdsources/pmax/binary/sets
   tar -zxvf base.tgz ./usr/mdec/boot.pmax ./usr/mdec/bootxx_cd9660
   mv -f ./usr/mdec/boot.pmax /cdsources/boot.pmax
@@ -250,22 +250,22 @@
 
   cd /cdsources/pmax/binary/kernel
   cp -f install.gz /cdsources/netbsd.pmax.gz
-  gunzip /cdsources/netbsd.pmax.gz</html:pre></programlisting>
+  gunzip /cdsources/netbsd.pmax.gz</programlisting>
 
 <para>
 Now create the ISO 9660 image.
 </para>
 
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -r -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -r -L /cdsources</programlisting>
 <para>
 The second step is to install NetBSD/pmax disk and CD ROM bootstrap
 software using &man.installboot.8;.  The
 &man.installboot.8; command is used in the following way:
 </para>
 
-<programlisting><html:pre>
-  installboot -m pmax -v output.iso /usr/mdec/bootxx_cd9660 </html:pre></programlisting>
+<programlisting>
+  installboot -m pmax -v output.iso /usr/mdec/bootxx_cd9660 </programlisting>
 
 </sect3>
 
@@ -288,8 +288,8 @@
 to put on the CD.  For example:
 </para>
 
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -r -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -r -L /cdsources</programlisting>
 
 <para>
 Now get a bootable floppy image.  For NetBSD-1.6/sparc, this image
@@ -312,8 +312,8 @@
 To use <code>mksunbootcd</code> use the following:
 </para>
 
-<programlisting><html:pre>
-  mksunbootcd output.iso boot.fs boot.fs boot.fs</html:pre></programlisting>
+<programlisting>
+  mksunbootcd output.iso boot.fs boot.fs boot.fs</programlisting>
 <para>
 The bootable image is listed three times corresponding to what will get
 booted by a sun4, sun4c and sun4m system respectively.  If you have
@@ -322,8 +322,8 @@
 like:
 </para>
 
-<programlisting><html:pre>
-  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</html:pre></programlisting>
+<programlisting>
+  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</programlisting>
 
 <para>
 Note that <code>mksunbootcd</code> rewrites the <code>output.iso</code> file, so
@@ -345,8 +345,8 @@
 put on the CD.  For example:
 </para>
 
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -r -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -r -L /cdsources</programlisting>
 <para>
 Now get a bootable floppy image.  For NetBSD-1.6.1/sparc64, this image
 may be found at <ulink url="ftp://ftp.NetBSD.org/pub/NetBSD/NetBSD-1.6.1/sparc64/installation/misc/boot.fs.gz"/>.
@@ -362,8 +362,8 @@
 To use <code>sunbootcd.sh</code> use the following:
 </para>
 
-<programlisting><html:pre>
-  sunbootcd.sh output.iso - - - - boot.fs</html:pre></programlisting>
+<programlisting>
+  sunbootcd.sh output.iso - - - - boot.fs</programlisting>
 <para>
 The arguments are for bootable images for sun4, sun4c, sun4m, sun4d, and
 sun4u.  Specifying a dash instead of a boot image means the CD will not be
@@ -385,8 +385,8 @@
 recognized by vold under Solaris 10.  If you want to mount the NetBSD
 install CD under Solaris, you will first need to stop vold.
 </para>
-<programlisting><html:pre>
-  /etc/init.d/volmgt stop</html:pre></programlisting>
+<programlisting>
+  /etc/init.d/volmgt stop</programlisting>
 </sect3>
 
 <sect3 id="sun2image">
@@ -418,15 +418,15 @@
 to put on the CD.  For example:
 </para>
 
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -r -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -r -L /cdsources</programlisting>
 
 <para>
 Now build a bootable ffs image.  This image is currently not included in
 the release, so you have to put it together yourself.
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   mkdir /tmp/boot-sun3
   cd /tmp/boot-sun3
   gzip -cd &lt; /cdsources/sun2/binary/kernel/netbsd.RAMDISK.gz &gt; netbsd.sun2
@@ -445,7 +445,7 @@
 
   makefs -t ffs -B be -F /tmp/boot-sun3.spec /tmp/boot-sun3.fs /tmp/boot-sun3
 
-  installboot -m sun3 -v /tmp/boot-sun3.fs /tmp/bootxx.sun3 ufsboot</html:pre></programlisting>
+  installboot -m sun3 -v /tmp/boot-sun3.fs /tmp/bootxx.sun3 ufsboot</programlisting>
 
 <para>
 The final step is to rewrite the ISO image with (a) a sun disklabel at
@@ -463,8 +463,8 @@
 To use <code>mksunbootcd</code> use the following:
 </para>
 
-<programlisting><html:pre>
-  mksunbootcd output.iso /tmp/boot-sun3.fs </html:pre></programlisting>
+<programlisting>
+  mksunbootcd output.iso /tmp/boot-sun3.fs </programlisting>
 
 <para>
 Note that <code>mksunbootcd</code> is also used to make a bootable CD ROM
@@ -472,8 +472,8 @@
 boot on sparc, sun2, sun3, and sun3x by doing something like:
 </para>
 
-<programlisting><html:pre>
-  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</html:pre></programlisting>
+<programlisting>
+  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</programlisting>
 
 <para>
 You can rearrange the ordering of the bootable filesystems in any way
@@ -512,7 +512,7 @@
 kernel in the right places, do the following:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   cd /cdsources/vax/binary/sets
   tar -zxvf base.tgz ./usr/mdec/boot ./usr/mdec/xxboot
   mv -f ./usr/mdec/boot /cdsources/boot.vax
@@ -522,14 +522,14 @@
 
   cd /cdsources/vax/installation/netboot
   cp -f install.ram.gz /cdsources/netbsd.vax.gz
-  gunzip -f /cdsources/netbsd.vax.gz</html:pre></programlisting>
+  gunzip -f /cdsources/netbsd.vax.gz</programlisting>
 
 <para>
 Now create the ISO 9660 image.
 </para>
 
-<programlisting><html:pre>
-  mkisofs -o output.iso -l -J -r -L /cdsources</html:pre></programlisting>
+<programlisting>
+  mkisofs -o output.iso -l -J -r -L /cdsources</programlisting>
 
 <para>
 The second step is to install NetBSD/vax disk and CD ROM bootstrap
@@ -537,8 +537,8 @@
 &man.installboot.8; command is used in the following way:
 </para>
 
-<programlisting><html:pre>
-  installboot -m vax -v output.iso /usr/mdec/xxboot</html:pre></programlisting>
+<programlisting>
+  installboot -m vax -v output.iso /usr/mdec/xxboot</programlisting>
 
 </sect3>
 
@@ -583,11 +583,11 @@
 </listitem>
 <listitem>Create an i386 bootable image.
 
-<programlisting><html:pre>
+<programlisting>
   sh
   mkisofs -v -v -o output.iso -b i386/installation/floppy/boot-big.fs \ 
            -c boot.catalog -l -J -r -L /cdsources 2&gt;&amp;1 | tee /tmp/mkisofs.log
-  exit</html:pre></programlisting>
+  exit</programlisting>
 
 Note that the appearance of the <code>-v</code> flag twice is required.  If you are
 making a bootable CD for an Open Firmware 3 macppc model, make sure to include
@@ -598,16 +598,16 @@
 <filename role="pkg">sysutils/mksunbootcd</filename>
 package on your favorite NetBSD machine.
 
-<programlisting><html:pre>
-  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</html:pre></programlisting>
+<programlisting>
+  mksunbootcd output.iso boot-sun4.fs boot-sun4c.fs boot-sun4m.fs boot-sun3.fs</programlisting>
 </listitem>
 <listitem>Run the &man.installboot.8; program targeted for
 NetBSD/pmax to install the pmax bootblocks.
 Note that in order to coexist with other NetBSD boot blocks, the pmax
 boot block is appended to the end of the ISO file system.
 
-<programlisting><html:pre>
-  installboot -m pmax -v -o append,sunsum output.iso /tmp/mdec.pmax/bootxx_cd9660</html:pre></programlisting>
+<programlisting>
+  installboot -m pmax -v -o append,sunsum output.iso /tmp/mdec.pmax/bootxx_cd9660</programlisting>
 
 The <code>-o append,sunsum</code> option appends the first stage boot block to
 the end of the ISO file system, and restores the checksum used when booting
@@ -618,8 +618,8 @@
 Note that in order to coexist with other NetBSD boot blocks, the vax
 boot block is appended to the end of the ISO file system.
 
-<programlisting><html:pre>
-  installboot -m vax -v -o append,sunsum output.iso /tmp/mdec.vax/xxboot</html:pre></programlisting>
+<programlisting>
+  installboot -m vax -v -o append,sunsum output.iso /tmp/mdec.vax/xxboot</programlisting>
 
 (See the pmax entry above for an explanation of the flags).
 
@@ -627,8 +627,8 @@
 <listitem>Run the &man.installboot.8; program targeted for
 NetBSD/alpha to install the alpha bootblocks.
 
-<programlisting><html:pre>
-  installboot -m alpha -v -o append,sunsum output.iso /tmp/mdec.alpha/bootxx_cd9660</html:pre></programlisting>
+<programlisting>
+  installboot -m alpha -v -o append,sunsum output.iso /tmp/mdec.alpha/bootxx_cd9660</programlisting>
 
 Note that the alpha installboot must occur after the others, because
 currently it's the only machine dependent back-end for
@@ -654,9 +654,9 @@
 Mount the CD image using the following:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   vnconfig -c vnd0 output.iso
-  mount -t cd9660 /dev/vnd0c /mnt</html:pre></programlisting>
+  mount -t cd9660 /dev/vnd0c /mnt</programlisting>
 <para>
 Please note that on i386 systems, you should use <code>/dev/vnd0d</code> instead
 of <code>/dev/vnd0c</code>.
@@ -664,9 +664,9 @@
 To unmount the image, do the following:
 </para>
 
-<programlisting><html:pre>
+<programlisting>
   umount /mnt 
-  vnconfig -u vnd0</html:pre></programlisting>
+  vnconfig -u vnd0</programlisting>
 
 </sect3>
 
@@ -676,14 +676,14 @@
 Linux has a similar capability.  To mount the CD image:
 </para>
 
-<programlisting><html:pre>
-  mount -t iso9660 -o ro,loop=/dev/loop0 output.iso /mnt</html:pre></programlisting>
+<programlisting>
+  mount -t iso9660 -o ro,loop=/dev/loop0 output.iso /mnt</programlisting>
 <para>
 and to unmount the CD image:
 </para>
 
-<programlisting><html:pre>
-  umount /mnt</html:pre></programlisting>
+<programlisting>
+  umount /mnt</programlisting>
 
 </sect3>
 
@@ -704,14 +704,14 @@
 with the following command:
 </para>
 
-<programlisting><html:pre>
-  mount -F fbk -o ro,type=hsfs /dev/fbk0:output.iso  /mnt</html:pre></programlisting>
+<programlisting>
+  mount -F fbk -o ro,type=hsfs /dev/fbk0:output.iso  /mnt</programlisting>
 <para>
 and to unmount the CD image:
 </para>
 
-<programlisting><html:pre>
-  umount /mnt</html:pre></programlisting>
+<programlisting>
+  umount /mnt</programlisting>
 
 </sect3>
 </sect2>
@@ -731,8 +731,8 @@
 An example of the use of <code>cdrecord</code> is the following:
 </para>
 
-<programlisting><html:pre>
-  cdrecord -v speed=4 dev=/dev/cd1c output.iso</html:pre></programlisting>
+<programlisting>
+  cdrecord -v speed=4 dev=/dev/cd1c output.iso</programlisting>
 <para>
 You will need to substitute the correct speed for your CD writer and
 the correct device for your system (for i386 it would be
@@ -765,13 +765,13 @@
 <ulink url="http://www.adaptec.com/worldwide/support/driverdetail.jsp?cat=%2fProduct%2fASPI-4.70&amp;filekey=aspi_v470.exe">here</ulink>.
 For IDE drives you will need to modify your registry:
 
-<programlisting><html:pre>
+<programlisting>
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ASPI32]  
 "ErrorControl"=dword:00000001  
 "Start"=dword:00000001  
 "Type"=dword:00000001  
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ASPI32\Parameters]  
-"ExcludeMiniports"=""</html:pre></programlisting>
+"ExcludeMiniports"=""</programlisting>
 </listitem>
 </itemizedlist>
 </para>