nextboot(8)を使用する方法に関するメモを加えました

追加

To test a kernel once
                                        • -
If you just want to boot a kernel once (because you are not sure if it works, or if you want to boot a known bad kernel to provide debugging information) run make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel nextboot -k testkernel
カーネルを一度だけテストする
                                                      • -
カーネルを一度だけブートしたい場合、(それが作動するのか、または、 デバッギング情報を提供するために既知の悪いカーネルをブートしたい のかどうか分からないので)次を実行する。 make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel nextboot -k testkernel

commit log

Add a note how to use nextboot(8) to test a kernel only once.
カーネルを一度だけテストするためにnextboot(8)を使用する方法に関するメモを加えました。

Approved by
mentor (joerg)
Discussed with
imp

$FreeBSD: src/UPDATING,v 1.405 2005/05/25 21:03:13 netchild Exp $