git: 6545a9bd4e - main - b87da35521 -> eab1c5d1f6
Ryusuke SUZUKI <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=6545a9bd4e3eda700a4ce805ed8e1f07e89a5c15 commit 6545a9bd4e3eda700a4ce805ed8e1f07e89a5c15 Author: Ryusuke SUZUKI <[email protected]> AuthorDate: 2021-04-12 08:37:28 +0000 Commit: Ryusuke SUZUKI <[email protected]> CommitDate: 2021-04-12 08:37:28 +0000 b87da35521 -> eab1c5d1f6 --- documentation/content/ja/books/handbook/boot/_index.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/content/ja/books/handbook/boot/_index.adoc b/documentation/content/ja/books/handbook/boot/_index.adoc index 599eb3bf3e..13030980eb 100644 --- a/documentation/content/ja/books/handbook/boot/_index.adoc +++ b/documentation/content/ja/books/handbook/boot/_index.adoc @@ -230,17 +230,19 @@ loader は最後に、 標準設定で 10 秒のキー入力待ち時間を用 [source,shell] .... unload -load kernel.old +load /path/to/kernelfile .... -[.filename]#kernel.GENERIC# とすると、 インストール時のデフォルトカーネルを指定できます。 また、システムをアップグレードしたり、 もしくはカスタムカーネルを設定した場合に、 直前にインストールされていたカーネルは、 [.filename]#kernel.old# で指定できます。 +インストール時のデフォルトカーネルを指定するには、完全修飾の [.filename]#/boot/GENERIC/kernel# を使ってください。 +また、システムをアップグレードしたり、 もしくはカスタムカーネルを設定した場合に、 直前にインストールされていたカーネルは、 [.filename]#/boot/kernel.old/kernel# で指定できます。 普段のカーネルで使っているモジュールを指定したカーネルでロードする場合は、 次のようにします。 +この場合は、完全修飾名を使う必要はありません。 [source,shell] .... unload -set kernel="kernel.old" +set kernel="mykernel" boot-conf .... _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"