[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Documentation/network/netboot/mop.html: 1.14 -> 1.21
以下のページの更新をしました。ツッコミをお願いします。
Documentation/network/netboot/mop.html: 1.14 -> 1.21
月曜日までに異議がなければ、 commit します。
原文の変更のうち、
フィードバック用のフォームのアドレス変更は、
以前に反映ずみのため、訳の差分には出ていません。
ほかに、 title, h1 の表現を他のページにあわせました。
以下、訳と原文の差分です。
--- mop.html.orig Sat Dec 3 23:19:35 2005
+++ mop.html Sat Dec 3 23:22:29 2005
@@ -2,10 +2,10 @@
<html lang="ja">
<head>
-<!-- Copyright (c) 1998-2003
+<!-- Copyright (c) 1998-2004
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
<link rev="made" href="mailto:www@jp.NetBSD.org">
-<title>Setting up the mop server, Diskless NetBSD HOW-TO</title>
+<title>Diskless NetBSD HOW-TO, mop サーバーの設定</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
@@ -15,14 +15,12 @@
<hr>
-<h1> ディスクレス NetBSD HOW-TO <tt>mop</tt> サーバーの設定</h1>
+<h1>Diskless NetBSD HOW-TO, <tt>mop</tt> サーバーの設定</h1>
DEC の独占的な MOP (Maintenance Operations Protocol)
は、さまざまなネットワークタスクを扱うのに使われます。
MOP は 多くの VAX ワークステーションの
ブート ROM に入っていて、ディスクレスサーバーからカーネルをロードするのに使うことができます。
-<p>
-
MOP は TCP/IP ではないので、
ルーターを超えることができません
(よって、クライアントとサーバーは同一サブネット上に有る必要があります)。
@@ -31,8 +29,8 @@
<p>
最初に、ブートローダーのコピーを手に入れる必要があります。
-これは NetBSD 1.5.3 配布物中に含まれています:
-<tt><b>ftp://ftp.NetBSD.org/pub/NetBSD/NetBSD-1.5.3/vax/installation/netboot/netbsd.ram.gz</b></tt>
+これは NetBSD 配布物中に含まれています:
+<tt><b>installation/netboot/boot</b></tt>
<p>
すべての mop の実装は送信するブートローダーが <tt>/tftpboot/mop/</tt> ディレクトリーに
@@ -230,8 +228,8 @@
<table width="100%"><tr><td>
<table><tr><td>
<a href="../../../"><img
- src="../../../../images/NetBSD-flag.gif" origlink="../../../images/NetBSD-flag.gif" border="0"
- width="91" height="42" alt=""></a>
+ src="../../../../images/NetBSD-flag.png" origlink="../../../images/NetBSD-flag.png" border="0"
+ width="90" height="90" alt=""></a>
</td><td>
<a href="../../../"><img
src="../../../../images/empty.gif" origlink="../../../images/empty.gif" border="0"
@@ -240,8 +238,8 @@
</td><td>
<table><tr><td>
<a href="../../../Documentation/"><img
- src="../../../../images/NetBSD-flag.gif" origlink="../../../images/NetBSD-flag.gif" border="0"
- width="91" height="42" alt=""></a>
+ src="../../../../images/NetBSD-flag.png" origlink="../../../images/NetBSD-flag.png" border="0"
+ width="90" height="90" alt=""></a>
</td><td>
<a href="../../../Documentation/"><img
src="../../../../images/empty.gif" origlink="../../../images/empty.gif" border="0"
@@ -255,10 +253,10 @@
(連絡先 - <a href="http://www.NetBSD.org/cgi-bin/feedback.cgi">英語</a>,
<a href="mailto:www@jp.NetBSD.org">日本語:
www@jp.NetBSD.org</a>)<br>
- $NetBSD: mop.html,v 1.14 2002/08/09 16:37:33 jschauma Exp $<br>
+ $NetBSD: mop.html,v 1.21 2004/10/30 22:33:31 jschauma Exp $<br>
<!-- based on english translation: -->
- <!-- NetBSD: mop.html,v 1.14 2002/08/09 16:37:33 jschauma Exp -->
- <a href="../../../Misc/disclaimer.html">Copyright © 1998-2003
+ <!-- NetBSD: mop.html,v 1.21 2004/10/30 22:33:31 jschauma Exp -->
+ <a href="../../../Misc/disclaimer.html">Copyright © 1998-2004
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.</a>
</small>
</address>
Index: Documentation/network/netboot/mop.html
===================================================================
RCS file: /cvsroot/htdocs/Documentation/network/netboot/mop.html,v
retrieving revision 1.14
retrieving revision 1.21
diff -u -r1.14 -r1.21
--- Documentation/network/netboot/mop.html 9 Aug 2002 16:37:33 -0000 1.14
+++ Documentation/network/netboot/mop.html 30 Oct 2004 22:33:31 -0000 1.21
@@ -2,9 +2,9 @@
<html>
<head>
-<!-- Copyright (c) 1998, 1999, 2000
+<!-- Copyright (c) 1998-2004
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
-<link rev="made" href="mailto:www@NetBSD.ORG">
+<link rev="made" href="mailto:www@NetBSD.org">
<title>Setting up the mop server, Diskless NetBSD HOW-TO</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
@@ -20,8 +20,6 @@
DEC's proprietary MOP (Maintenance Operations Protocol) was used to handle
various networking tasks. MOP is included the the bootroms of many
VAX workstations and can be used to load a kernel from a diskless server.
-<p>
-
Since MOP is not TCP/IP, it cannot be passed through a router (thus the
stipulation that your client and the server(s) must be on the same
subnet). It also means that your server must have device drivers that are
@@ -29,8 +27,8 @@
<p>
First, you need to get a copy of the bootloader.
-This can be found in the NetBSD 1.5.3 distribution as:
-<tt><b>ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-1.5.3/vax/installation/netboot/netbsd.ram.gz</b></tt>
+This can be found in the NetBSD distribution as:
+<tt><b>installation/netboot/boot</b></tt>
<p>
All of the mop implementations assume that the bootloader to send is
@@ -46,7 +44,7 @@
<p>
[<em>If you have details for any other platform, <a
-href="../../../Misc/feedback.html">please let us know</a></em>]
+href="http://www.NetBSD.org/cgi-bin/feedback.cgi">please let us know</a></em>]
<p>
<hr>
@@ -220,8 +218,8 @@
<table width="100%"><tr><td>
<table><tr><td>
<a href="../../../"><img
- src="../../../images/NetBSD-flag.gif" border="0"
- width="91" height="42" alt=""></a>
+ src="../../../images/NetBSD-flag.png" border="0"
+ width="90" height="90" alt=""></a>
</td><td>
<a href="../../../"><img
src="../../../images/empty.gif" border="0"
@@ -230,8 +228,8 @@
</td><td>
<table><tr><td>
<a href="../../../Documentation/"><img
- src="../../../images/NetBSD-flag.gif" border="0"
- width="91" height="42" alt=""></a>
+ src="../../../images/NetBSD-flag.png" border="0"
+ width="90" height="90" alt=""></a>
</td><td>
<a href="../../../Documentation/"><img
src="../../../images/empty.gif" border="0"
@@ -242,10 +240,9 @@
<hr>
<address>
<small>
- <a href="../../../Misc/feedback.html">(Contact us)</a>
- $NetBSD: mop.html,v 1.14 2002/08/09 16:37:33 jschauma Exp $<br>
- <a href="../../../Misc/disclaimer.html">Copyright ©
- 1998, 1999, 2000
+ <a href="http://www.NetBSD.org/cgi-bin/feedback.cgi">(Contact us)</a>
+ $NetBSD: mop.html,v 1.21 2004/10/30 22:33:31 jschauma Exp $<br>
+ <a href="../../../Misc/disclaimer.html">Copyright © 1998-2004
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.</a>
</small>
</address>