[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: develnews #5 (4/5) 翻訳
- From: "Kazuo Ishii" <freeparis2@xxxxxxxxx>
- Subject: Re: develnews #5 (4/5) 翻訳
- Date: Mon, 17 Mar 2008 23:07:25 +0900
- Content-disposition: inline
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8ubQo0zEvvNTTGGDgLS5yTJmJX+UmCT/Bd1v5MPlRP4=; b=jLm+e4UjsoNDlTyPiet3vZLmh1PwbnocGfWlbQ5x+BOYTk00BiwO+SfRCKQ7NyeOS+U8cqWXfsZqwkQtohSzphAW1y9OXT7lC0J1SO2/Z++vwiDtofuctlfUt7FE/8KOh2VuEaCIjiESYMrdYYIiuuiSozk5Jg8q9YCtZdkZJAw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XmxoD+fgZ+NMHWTCHa38Xd35N47m19jEasGCiRb3SBvh5//Zuvcl+DmM9TUApu99CGDPDAiV3IDsCqi57Vh0BigdlvhbCs9s7zekV19yLibWHv+3pllYneJFupNnT4D/JoKtbSG5iFOW13zEI6UH/LJNzfGUtRXPtol40Y/RuxM=
- List-help: <mailto:debian-www-ctl@debian.or.jp?body=help>
- List-id: debian-www.debian.or.jp
- List-owner: <mailto:debian-www-admin@debian.or.jp>
- List-post: <mailto:debian-www@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-www-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-www-ctl@debian.or.jp; help=<mailto:debian-www-ctl@debian.or.jp?body=help>
- X-ml-name: debian-www
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-spam-checker-version: SpamAssassin 3.1.7-deb (2006-10-05) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-1.1 required=10.0 tests=AWL,KI autolearn=disabled version=3.1.7-deb
- References: <a81267a40803170143h2f359205l682602a2560ec402@xxxxxxxxxxxxxx>
- Message-id: <a81267a40803170707q19dde4c1ieff15e65ae5c05e5@xxxxxxxxxxxxxx>
- X-mail-count: 12232
石井一夫です。括弧のあとのスペースが気になったので、直したものをお送りします。
よろしくお願いします。
New method for device probing in grub-install / update-grub
-----------------------------------------------------------
Latest grub packages (GRUB Legacy) in experimental (version 0.97-33) use
a new mechanism for device probing that doesn't require parsing
/etc/fstab or /etc/mtab. It is backported from GRUB 2 by using grub-probe
(an utility that traverses /dev and finds matching devices for a given
file/directory), and tested/known to work on simple setups. In the end,
this will provide more robustness for device probing in grub-install and
update-grub (which used to be a common source of problems), but it is yet
to be widely tested (specially in strange setups). Some testing would be
welcome before it is uploaded to sid.
-- Robert Millan
grub-install / update-grub で探索するデバイスのための新しい方法
-----------------------------------------------------------
Experimental (version 0.97-33) の最新の grub パッケージ (GRUB Legacy) は、
/etc/fstab または /etc/mtab をパースする必要のない探索するデバイスのための
新しい機構を利用します。それは、grub-probe ( /dev をトラバースし、与えられた
ファイル/ディレクトリにマッチするデバイスを見つけるユーティリティ) を用いて
GRUB 2 からバックポートされます。そして、シンプルなセットアップで動作するため
テストされ、周知されます。最後に、これは (問題の一般的原因であった)
grub-install と update-grub で探索するデバイスのためさらにロバストネスを
与えます。しかし、まだ広くテストされていません (特に未経験のセットアップ
では) 。sid にアップロードされる前に、若干のテストが歓迎されます。
-- Robert Millan