OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / netkit / release / man5 / bootparams.5
1 .\"
2 .\" Copyright (c) 1994 Gordon W. Ross
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\" 3. The name of the author may not be used to endorse or promote products
14 .\"    derived from this software without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 .\"
27 .\"     from: Id: bootparams.5,v 1.2 1994/10/03 19:26:13 gwr Exp
28 .\"     from: FreeBSD: bootparams.5,v 1.9 1999/08/28 01:15:39 peter Exp
29 .\"     $Id: bootparams.5,v 1.1.1.1 2000/10/19 08:22:16 ysato Exp $
30 .\"
31 .\" Japanese Version Copyright (c) 2000 Yuichi SATO
32 .\"         all rights reserved.
33 .\" Translated Thu Dec 14 18:22:51 JST 2000
34 .\"         by Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
35 .\"
36 .Dd October 2, 1994
37 .Dt BOOTPARAMS 5
38 .Os "Linux NetKit (0.17)"
39 .Sh 名前
40 .Nm bootparams
41 .Nd ブートパラメータのデータベース
42 .Sh 書式
43 .Nm /etc/bootparams
44 .Sh 説明
45 .Nm
46 ファイルは、ディスクレスクライアントが
47 ネットワーク越しにブートする際に要求する、
48 ブートパラメータを指定する。
49 このサーバがサポートするクライアントは、
50 .Nm
51 ファイルに
52 .Nm root
53 のパス名と (オプションとして)
54 .Nm swap
55 領域のパス名を記述したエントリを持たなければならない。
56 .Pp
57 ファイル中の (# で始まるコメント行以外の) 各行で、
58 クライアント名、それに続いて、クライアントが論理名で要求するパス名を指定する。
59 行中の要素は、空白かタブで区切られ、
60 バックスラッシュを使うことで複数行に続けることができる。
61 .Pp
62 例を以下に示す:
63 .Bd -literal -offset indent
64 dummy   root=host:/export/dummy/root \\
65         swap=host:/export/dummy/swap \\
66         dump=host:/export/dummy/swap
67 .Ed
68 .Pp
69 "dummy" という名前のクライアントが
70 自らの論理 "root" を要求した場合、
71 この
72 .Tn RPC
73 リクエストに対する返答として、
74 パス名
75 .Dq Pa "host:/export/dummy/root"
76 が与えられる。
77 "host:" の部分は必ず指定しなければならない。
78 .Sh ファイル
79 .Bl -tag -width /etc/bootparams -compact
80 .It Pa /etc/bootparams
81 デフォルトの設定ファイル
82 .El
83 .Sh 関連項目
84 .Xr bootparamd 8
85 .\" .Xr diskless 8